forked from OSchip/llvm-project
parent
c9f1e71360
commit
d171a8c7c5
|
@ -7,8 +7,6 @@
|
||||||
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
|
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
|
||||||
#define LLVM_CODEGEN_REGALLOCCOMMON_H
|
#define LLVM_CODEGEN_REGALLOCCOMMON_H
|
||||||
|
|
||||||
#include "Support/CommandLine.h"
|
|
||||||
|
|
||||||
enum RegAllocDebugLevel_t {
|
enum RegAllocDebugLevel_t {
|
||||||
RA_DEBUG_None = 0,
|
RA_DEBUG_None = 0,
|
||||||
RA_DEBUG_Results = 1,
|
RA_DEBUG_Results = 1,
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
|
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
|
||||||
#define LLVM_CODEGEN_REGALLOCCOMMON_H
|
#define LLVM_CODEGEN_REGALLOCCOMMON_H
|
||||||
|
|
||||||
#include "Support/CommandLine.h"
|
|
||||||
|
|
||||||
enum RegAllocDebugLevel_t {
|
enum RegAllocDebugLevel_t {
|
||||||
RA_DEBUG_None = 0,
|
RA_DEBUG_None = 0,
|
||||||
RA_DEBUG_Results = 1,
|
RA_DEBUG_Results = 1,
|
||||||
|
|
Loading…
Reference in New Issue