Standardize the names of include guards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-09-21 02:31:37 +00:00
parent fdb2596c77
commit 5779ef2ce0
10 changed files with 20 additions and 22 deletions

View 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;

View 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"

View 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"

View 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,

View 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"

View 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;

View 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"

View 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"

View 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,

View 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"