mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
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:
parent
fdb2596c77
commit
5779ef2ce0
@ -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;
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user