mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-23 06:21:11 +00:00
Moving to lib/CodeGen/RegAlloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0d0d3ee9a7
commit
7c26898401
@ -1,18 +0,0 @@
|
||||
|
||||
|
||||
#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
|
||||
|
||||
enum RegAllocDebugLevel_t {
|
||||
RA_DEBUG_None = 0,
|
||||
RA_DEBUG_Normal = 1,
|
||||
RA_DEBUG_Verbose = 2,
|
||||
};
|
||||
|
||||
extern RegAllocDebugLevel_t DEBUG_RA;
|
||||
|
||||
#endif
|
@ -1,18 +0,0 @@
|
||||
|
||||
|
||||
#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
|
||||
|
||||
enum RegAllocDebugLevel_t {
|
||||
RA_DEBUG_None = 0,
|
||||
RA_DEBUG_Normal = 1,
|
||||
RA_DEBUG_Verbose = 2,
|
||||
};
|
||||
|
||||
extern RegAllocDebugLevel_t DEBUG_RA;
|
||||
|
||||
#endif
|
@ -1,18 +0,0 @@
|
||||
|
||||
|
||||
#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
|
||||
|
||||
enum RegAllocDebugLevel_t {
|
||||
RA_DEBUG_None = 0,
|
||||
RA_DEBUG_Normal = 1,
|
||||
RA_DEBUG_Verbose = 2,
|
||||
};
|
||||
|
||||
extern RegAllocDebugLevel_t DEBUG_RA;
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user