blob: 5aa66bd4c1c2f106ca1c0f017de16f3e1f52081a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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 (0)
#endif
|