Move the DEBUG_LV option out of the public header file into a private header.
authorChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:07:26 +0000 (17:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:07:26 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2711 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LiveVar/BBLiveVar.h
lib/Target/SparcV9/LiveVar/BBLiveVar.h

index aaee45fd451358058aad6549c5066d8532d119d1..79cf7dce079838cedbbf09a75adf51298b8557bd 100644 (file)
 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
index aaee45fd451358058aad6549c5066d8532d119d1..79cf7dce079838cedbbf09a75adf51298b8557bd 100644 (file)
 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