diff options
| author | Dan Gohman <gohman@apple.com> | 2009-11-05 18:47:09 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-11-05 18:47:09 +0000 |
| commit | 73bb251cd7a535fb93bb3a52eda61555fb253f41 (patch) | |
| tree | 7e7aa6e56b034debe5adb9e6cf483b2859a575a1 /lib/Target/Mips | |
| parent | 9ed0d92e9460ce4f3bbb72734a09c0d6fc9a5c97 (diff) | |
Remove uninteresting and confusing debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
| -rw-r--r-- | lib/Target/Mips/MipsISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsISelDAGToDAG.cpp b/lib/Target/Mips/MipsISelDAGToDAG.cpp index 810dce1f28..a7216582fb 100644 --- a/lib/Target/Mips/MipsISelDAGToDAG.cpp +++ b/lib/Target/Mips/MipsISelDAGToDAG.cpp @@ -108,7 +108,6 @@ private: /// InstructionSelect - This callback is invoked by /// SelectionDAGISel when it has created a SelectionDAG for us to codegen. void MipsDAGToDAGISel::InstructionSelect() { - DEBUG(BB->dump()); // Codegen the basic block. DEBUG(errs() << "===== Instruction selection begins:\n"); DEBUG(Indent = 0); |
