Committed for compliation. Not yet final.
[oota-llvm.git] / include / llvm / CodeGen / RegAllocCommon.h
1 #ifndef REG_ALLOC_COMMON_H
2 #define  REG_ALLOC_COMMON_H
3
4 // set DEBUG_RA for printing out debug messages
5 // if DEBUG_RA is 1 normal output messages
6 // if DEBUG_RA is 2 extensive debug info for each instr
7
8 #define DEBUG_RA (1)
9
10 #endif