diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-23 02:35:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 02:35:57 +0000 |
| commit | 8f367bd3c0f56b7b318c46cee04f77735f617777 (patch) | |
| tree | ef00b00e2465f9168bbbd83fd2ebef8fa857146f /include/llvm/CodeGen | |
| parent | a28504313d4c3fe87173a71b511dd4c8e25c3312 (diff) | |
| download | external_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.h | 5 |
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 |
