mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Move the DEBUG_LV option out of the public header file into a private header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -14,6 +14,15 @@
|
|||||||
class BasicBlock;
|
class BasicBlock;
|
||||||
class Value;
|
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 {
|
class BBLiveVar : public Annotation {
|
||||||
const BasicBlock *BB; // pointer to BasicBlock
|
const BasicBlock *BB; // pointer to BasicBlock
|
||||||
unsigned POID; // Post-Order ID
|
unsigned POID; // Post-Order ID
|
||||||
|
@@ -14,6 +14,15 @@
|
|||||||
class BasicBlock;
|
class BasicBlock;
|
||||||
class Value;
|
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 {
|
class BBLiveVar : public Annotation {
|
||||||
const BasicBlock *BB; // pointer to BasicBlock
|
const BasicBlock *BB; // pointer to BasicBlock
|
||||||
unsigned POID; // Post-Order ID
|
unsigned POID; // Post-Order ID
|
||||||
|
Reference in New Issue
Block a user