commit | 2b40c564224cda719903f8f552caefd285716632 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 23 06:35:02 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 23 06:35:02 2009 +0000 |
tree | 7aa28cb3cab723f6a1f3866572babbb93334dd05 | |
parent | cb36e4b09e57ba0cf28b220486ce310e5fb21d60 [diff] [blame] |
remove a few DOUTs here and there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79832 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 3b1100b..50f2d07 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -216,7 +216,7 @@ if (level >= 20) { if (!printed) { printed = true; - DOUT << "setSubgraphColor hit max level\n"; + DEBUG(errs() << "setSubgraphColor hit max level\n"); } return true; }