blob: 2e3286a887d5f584edba47fa08365f94a0d9161f [file] [log] [blame]
#ifndef REG_ALLOC_COMMON_H
#define REG_ALLOC_COMMON_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
#define DEBUG_RA (1)
#endif