aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/RegClass.h
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-09-21 02:31:37 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-09-21 02:31:37 +0000
commit5779ef2ce0a7f8d5969e9e10acdc43965731b577 (patch)
treea2656fb8d05a691ecdb21163a329b51d3de8f153 /lib/CodeGen/RegAlloc/RegClass.h
parentfdb2596c7730b4416c3c4bcd588a3d1a400781be (diff)
Standardize the names of include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegClass.h')
-rw-r--r--lib/CodeGen/RegAlloc/RegClass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAlloc/RegClass.h b/lib/CodeGen/RegAlloc/RegClass.h
index f99160d469..b63ed9d968 100644
--- a/lib/CodeGen/RegAlloc/RegClass.h
+++ b/lib/CodeGen/RegAlloc/RegClass.h
@@ -5,8 +5,8 @@
*/
-#ifndef REG_CLASS_H
-#define REG_CLASS_H
+#ifndef REGCLASS_H
+#define REGCLASS_H
#include "llvm/Target/TargetRegInfo.h"
#include "InterferenceGraph.h"