From 5779ef2ce0a7f8d5969e9e10acdc43965731b577 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 21 Sep 2003 02:31:37 +0000 Subject: [PATCH] Standardize the names of include guards. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/InterferenceGraph.h | 5 ++--- lib/CodeGen/RegAlloc/LiveRange.h | 4 ++-- lib/CodeGen/RegAlloc/LiveRangeInfo.h | 4 ++-- lib/CodeGen/RegAlloc/RegAllocCommon.h | 4 ++-- lib/CodeGen/RegAlloc/RegClass.h | 4 ++-- lib/Target/SparcV9/RegAlloc/InterferenceGraph.h | 5 ++--- lib/Target/SparcV9/RegAlloc/LiveRange.h | 4 ++-- lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h | 4 ++-- lib/Target/SparcV9/RegAlloc/RegAllocCommon.h | 4 ++-- 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 e9cb6107877..6074d073cfd 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 class LiveRange; diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h index c3caa295717..2d00c826dfa 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 fd664bb1db8..60feeddf7ca 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 2b1edb68a31..a985d0e7ba7 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 f99160d469e..b63ed9d9686 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 e9cb6107877..6074d073cfd 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 class LiveRange; diff --git a/lib/Target/SparcV9/RegAlloc/LiveRange.h b/lib/Target/SparcV9/RegAlloc/LiveRange.h index c3caa295717..2d00c826dfa 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 fd664bb1db8..60feeddf7ca 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 2b1edb68a31..a985d0e7ba7 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 f99160d469e..b63ed9d9686 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"