diff options
Diffstat (limited to 'lib/CodeGen')
-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 |
5 files changed, 10 insertions, 11 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" |