aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-22 17:07:26 +0000
committerChris Lattner <sabre@nondot.org>2002-05-22 17:07:26 +0000
commit59dcbf9c037ba3f03efdc7371514ced1a63d6c55 (patch)
tree875a65d0bcdf823591b4b7b428746e12ec028956 /lib/Target
parente87adaac31aff4c442c793012f9cb1508e4aecad (diff)
downloadexternal_llvm-59dcbf9c037ba3f03efdc7371514ced1a63d6c55.zip
external_llvm-59dcbf9c037ba3f03efdc7371514ced1a63d6c55.tar.gz
external_llvm-59dcbf9c037ba3f03efdc7371514ced1a63d6c55.tar.bz2
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
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/SparcV9/LiveVar/BBLiveVar.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/LiveVar/BBLiveVar.h b/lib/Target/SparcV9/LiveVar/BBLiveVar.h
index aaee45f..79cf7dc 100644
--- a/lib/Target/SparcV9/LiveVar/BBLiveVar.h
+++ b/lib/Target/SparcV9/LiveVar/BBLiveVar.h
@@ -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