summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit6264c1c0ab4c0a04ad81cce09a4c08dac38129a0 (patch)
tree2faefa438783034dc4fd73048dc71c335f15d46f /llvm
parentd5ed3694ae9cee35b5796068a8d69dd08ec5e2cf (diff)
downloadbcm5719-llvm-6264c1c0ab4c0a04ad81cce09a4c08dac38129a0.tar.gz
bcm5719-llvm-6264c1c0ab4c0a04ad81cce09a4c08dac38129a0.zip
Move the DEBUG_LV option out of the public header file into a private header.
llvm-svn: 2711
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Analysis/LiveVar/BBLiveVar.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/LiveVar/BBLiveVar.h b/llvm/lib/Analysis/LiveVar/BBLiveVar.h
index aaee45fd451..79cf7dce079 100644
--- a/llvm/lib/Analysis/LiveVar/BBLiveVar.h
+++ b/llvm/lib/Analysis/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
OpenPOWER on IntegriCloud