diff options
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h b/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h index 9f8abe38e78..7c5cf049521 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h +++ b/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h @@ -1,9 +1,7 @@ #ifndef REG_ALLOC_COMMON_H -#define REG_ALLOC_COMMON_H - -#include "Support/CommandLine.h" +#define REG_ALLOC_COMMON_H // set DEBUG_RA for printing out debug messages // if DEBUG_RA is 1 normal output messages @@ -15,6 +13,6 @@ enum RegAllocDebugLevel_t { RA_DEBUG_Verbose = 2, }; -extern cl::Enum<RegAllocDebugLevel_t> DEBUG_RA; +extern RegAllocDebugLevel_t DEBUG_RA; #endif |

