Remove uninteresting and confusing debug output.
[oota-llvm.git] / lib / Target / Sparc / SparcISelDAGToDAG.cpp
index a1a4a8ef52c271ec344ce81c3f3bcbe719f3f141..b41917e20285ced9ebc181bc24619548044fd8b4 100644 (file)
@@ -75,7 +75,6 @@ private:
 /// InstructionSelect - This callback is invoked by
 /// SelectionDAGISel when it has created a SelectionDAG for us to codegen.
 void SparcDAGToDAGISel::InstructionSelect() {
-  DEBUG(BB->dump());
   CurBB = BB;
   // Select target instructions for the DAG.
   SelectRoot(*CurDAG);