-- debug messages dissabled
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / 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 (0)
9
10 #endif