aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-05 18:47:09 +0000
committerDan Gohman <gohman@apple.com>2009-11-05 18:47:09 +0000
commit73bb251cd7a535fb93bb3a52eda61555fb253f41 (patch)
tree7e7aa6e56b034debe5adb9e6cf483b2859a575a1 /lib/Target/ARM
parent9ed0d92e9460ce4f3bbb72734a09c0d6fc9a5c97 (diff)
downloadexternal_llvm-73bb251cd7a535fb93bb3a52eda61555fb253f41.zip
external_llvm-73bb251cd7a535fb93bb3a52eda61555fb253f41.tar.gz
external_llvm-73bb251cd7a535fb93bb3a52eda61555fb253f41.tar.bz2
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/ARM')
-rw-r--r--lib/Target/ARM/ARMISelDAGToDAG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMISelDAGToDAG.cpp b/lib/Target/ARM/ARMISelDAGToDAG.cpp
index 1489cab..806a85e 100644
--- a/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -187,8 +187,6 @@ static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
void ARMDAGToDAGISel::InstructionSelect() {
- DEBUG(BB->dump());
-
SelectRoot(*CurDAG);
CurDAG->RemoveDeadNodes();
}