mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Move the DEBUG_LV option out of the public header file into a private header.
llvm-svn: 2711
This commit is contained in:
parent
07732a38b7
commit
5907666379
@ -14,6 +14,15 @@
|
||||
class BasicBlock;
|
||||
class Value;
|
||||
|
||||
enum LiveVarDebugLevel_t {
|
||||
LV_DEBUG_None,
|
||||
LV_DEBUG_Normal,
|
||||
LV_DEBUG_Instr,
|
||||
LV_DEBUG_Verbose
|
||||
};
|
||||
|
||||
extern LiveVarDebugLevel_t DEBUG_LV;
|
||||
|
||||
class BBLiveVar : public Annotation {
|
||||
const BasicBlock *BB; // pointer to BasicBlock
|
||||
unsigned POID; // Post-Order ID
|
||||
|
Loading…
Reference in New Issue
Block a user