mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
7cd2ca13c1
--Ruchira git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@505 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
233 B
C
11 lines
233 B
C
#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
|