diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-21 02:31:37 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-21 02:31:37 +0000 |
commit | 5779ef2ce0a7f8d5969e9e10acdc43965731b577 (patch) | |
tree | a2656fb8d05a691ecdb21163a329b51d3de8f153 /lib | |
parent | fdb2596c7730b4416c3c4bcd588a3d1a400781be (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')
-rw-r--r-- | lib/CodeGen/RegAlloc/InterferenceGraph.h | 5 | ||||
-rw-r--r-- | lib/CodeGen/RegAlloc/LiveRange.h | 4 | ||||
-rw-r--r-- | lib/CodeGen/RegAlloc/LiveRangeInfo.h | 4 | ||||
-rw-r--r-- | lib/CodeGen/RegAlloc/RegAllocCommon.h | 4 | ||||
-rw-r--r-- | lib/CodeGen/RegAlloc/RegClass.h | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/InterferenceGraph.h | 5 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/LiveRange.h | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/RegAllocCommon.h | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/RegClass.h | 4 |
10 files changed, 20 insertions, 22 deletions
diff --git a/lib/CodeGen/RegAlloc/InterferenceGraph.h b/lib/CodeGen/RegAlloc/InterferenceGraph.h index e9cb610787..6074d073cf 100644 --- a/lib/CodeGen/RegAlloc/InterferenceGraph.h +++ b/lib/CodeGen/RegAlloc/InterferenceGraph.h @@ -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; diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h index c3caa29571..2d00c826df 100644 --- a/lib/CodeGen/RegAlloc/LiveRange.h +++ b/lib/CodeGen/RegAlloc/LiveRange.h @@ -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" diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/lib/CodeGen/RegAlloc/LiveRangeInfo.h index fd664bb1db..60feeddf7c 100644 --- a/lib/CodeGen/RegAlloc/LiveRangeInfo.h +++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.h @@ -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" diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h index 2b1edb68a3..a985d0e7ba 100644 --- a/lib/CodeGen/RegAlloc/RegAllocCommon.h +++ b/lib/CodeGen/RegAlloc/RegAllocCommon.h @@ -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, 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" diff --git a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h index e9cb610787..6074d073cf 100644 --- a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h +++ b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h @@ -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; diff --git a/lib/Target/SparcV9/RegAlloc/LiveRange.h b/lib/Target/SparcV9/RegAlloc/LiveRange.h index c3caa29571..2d00c826df 100644 --- a/lib/Target/SparcV9/RegAlloc/LiveRange.h +++ b/lib/Target/SparcV9/RegAlloc/LiveRange.h @@ -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" diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h index fd664bb1db..60feeddf7c 100644 --- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h +++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h @@ -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" diff --git a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h b/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h index 2b1edb68a3..a985d0e7ba 100644 --- a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h +++ b/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h @@ -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, diff --git a/lib/Target/SparcV9/RegAlloc/RegClass.h b/lib/Target/SparcV9/RegAlloc/RegClass.h index f99160d469..b63ed9d968 100644 --- a/lib/Target/SparcV9/RegAlloc/RegClass.h +++ b/lib/Target/SparcV9/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" |