diff options
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegAllocCommon.h')
-rw-r--r-- | lib/CodeGen/RegAlloc/RegAllocCommon.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h index 02b3331132..9f8abe38e7 100644 --- a/lib/CodeGen/RegAlloc/RegAllocCommon.h +++ b/lib/CodeGen/RegAlloc/RegAllocCommon.h @@ -1,11 +1,10 @@ -#include "Support/CommandLine.h" #ifndef REG_ALLOC_COMMON_H #define REG_ALLOC_COMMON_H -// THIS IS NOW SPECIFIED VIA A COMMANDLINE ARGUMENT TO LLC -// +#include "Support/CommandLine.h" + // set DEBUG_RA for printing out debug messages // if DEBUG_RA is 1 normal output messages // if DEBUG_RA is 2 extensive debug info for each instr |