Standardize the names of include guards.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Sep 2003 02:31:37 +0000 (02:31 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Sep 2003 02:31:37 +0000 (02:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/InterferenceGraph.h
lib/CodeGen/RegAlloc/LiveRange.h
lib/CodeGen/RegAlloc/LiveRangeInfo.h
lib/CodeGen/RegAlloc/RegAllocCommon.h
lib/CodeGen/RegAlloc/RegClass.h
lib/Target/SparcV9/RegAlloc/InterferenceGraph.h
lib/Target/SparcV9/RegAlloc/LiveRange.h
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
lib/Target/SparcV9/RegAlloc/RegClass.h

index e9cb610787770d13b79b0ee4bfdf79ce458fd1bf..6074d073cfd2536c2fd95f45a6fc345d73953547 100644 (file)
@@ -17,9 +17,8 @@
      setCurDegreeOfIGNodes() before pushing IGNodes on to stack for coloring.
 */
 
-
-#ifndef INTERFERENCE_GRAPH_H
-#define INTERFERENCE_GRAPH_H
+#ifndef INTERFERENCEGRAPH_H
+#define INTERFERENCEGRAPH_H
 
 #include <vector>
 class LiveRange;
index c3caa295717b937320a510bdbb6b4fdc87b1cce8..2d00c826dfa3ebb83d458f5fa5ab390b7337daec 100644 (file)
@@ -8,8 +8,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LIVE_RANGE_H
-#define LIVE_RANGE_H
+#ifndef LIVERANGE_H
+#define LIVERANGE_H
 
 #include "llvm/CodeGen/ValueSet.h"
 #include "llvm/Value.h"
index fd664bb1db8fa671ead05db781a3e3ed4b4d7505..60feeddf7ca6c1f55e929b0539b6a7adf471e43d 100644 (file)
@@ -16,8 +16,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LIVE_RANGE_INFO_H
-#define LIVE_RANGE_INFO_H
+#ifndef LIVERANGEINFO_H
+#define LIVERANGEINFO_H
 
 #include "llvm/CodeGen/ValueSet.h"
 #include "Support/hash_map"
index 2b1edb68a31adbcb064a5aa259d16f0ab6a19cd6..a985d0e7ba74b80d44a9a003e9c3b83dcbcf99e1 100644 (file)
@@ -4,8 +4,8 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
-#define LLVM_CODEGEN_REGALLOCCOMMON_H
+#ifndef REGALLOCCOMMON_H
+#define REGALLOCCOMMON_H
 
 enum RegAllocDebugLevel_t {
   RA_DEBUG_None         = 0,
index f99160d469e1ac70b0f16f5df80cba98c0fd3dc9..b63ed9d96864627c4e87f723b5c15baabda3f098 100644 (file)
@@ -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"
index e9cb610787770d13b79b0ee4bfdf79ce458fd1bf..6074d073cfd2536c2fd95f45a6fc345d73953547 100644 (file)
@@ -17,9 +17,8 @@
      setCurDegreeOfIGNodes() before pushing IGNodes on to stack for coloring.
 */
 
-
-#ifndef INTERFERENCE_GRAPH_H
-#define INTERFERENCE_GRAPH_H
+#ifndef INTERFERENCEGRAPH_H
+#define INTERFERENCEGRAPH_H
 
 #include <vector>
 class LiveRange;
index c3caa295717b937320a510bdbb6b4fdc87b1cce8..2d00c826dfa3ebb83d458f5fa5ab390b7337daec 100644 (file)
@@ -8,8 +8,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LIVE_RANGE_H
-#define LIVE_RANGE_H
+#ifndef LIVERANGE_H
+#define LIVERANGE_H
 
 #include "llvm/CodeGen/ValueSet.h"
 #include "llvm/Value.h"
index fd664bb1db8fa671ead05db781a3e3ed4b4d7505..60feeddf7ca6c1f55e929b0539b6a7adf471e43d 100644 (file)
@@ -16,8 +16,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LIVE_RANGE_INFO_H
-#define LIVE_RANGE_INFO_H
+#ifndef LIVERANGEINFO_H
+#define LIVERANGEINFO_H
 
 #include "llvm/CodeGen/ValueSet.h"
 #include "Support/hash_map"
index 2b1edb68a31adbcb064a5aa259d16f0ab6a19cd6..a985d0e7ba74b80d44a9a003e9c3b83dcbcf99e1 100644 (file)
@@ -4,8 +4,8 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
-#define LLVM_CODEGEN_REGALLOCCOMMON_H
+#ifndef REGALLOCCOMMON_H
+#define REGALLOCCOMMON_H
 
 enum RegAllocDebugLevel_t {
   RA_DEBUG_None         = 0,
index f99160d469e1ac70b0f16f5df80cba98c0fd3dc9..b63ed9d96864627c4e87f723b5c15baabda3f098 100644 (file)
@@ -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"