aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 02:35:57 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 02:35:57 +0000
commit8f367bd3c0f56b7b318c46cee04f77735f617777 (patch)
treeef00b00e2465f9168bbbd83fd2ebef8fa857146f /include/llvm/CodeGen
parenta28504313d4c3fe87173a71b511dd4c8e25c3312 (diff)
downloadexternal_llvm-8f367bd3c0f56b7b318c46cee04f77735f617777.zip
external_llvm-8f367bd3c0f56b7b318c46cee04f77735f617777.tar.gz
external_llvm-8f367bd3c0f56b7b318c46cee04f77735f617777.tar.bz2
Large scale changes to implement new command line argument facility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/InstrSelection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/InstrSelection.h b/include/llvm/CodeGen/InstrSelection.h
index 0873003..e5a93b4 100644
--- a/include/llvm/CodeGen/InstrSelection.h
+++ b/include/llvm/CodeGen/InstrSelection.h
@@ -22,8 +22,6 @@ class InstructionNode;
class TmpInstruction;
class ConstPoolVal;
-enum { DEBUG_TREES_NONE = 0, DEBUG_INSTR_TREES = 1, DEBUG_BURG_TREES = 5 };
-
//---------------------------------------------------------------------------
// GLOBAL data and an external function that must be implemented
// for each architecture.
@@ -53,8 +51,7 @@ extern bool ThisIsAChainRule (int eruleno);
//---------------------------------------------------------------------------
bool SelectInstructionsForMethod (Method* method,
- CompileContext& ccontext,
- int DebugLevel);
+ CompileContext& ccontext);
// Debugging function to print the generated instructions