diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-23 06:35:02 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 06:35:02 +0000 |
| commit | 2b40c564224cda719903f8f552caefd285716632 (patch) | |
| tree | 7aa28cb3cab723f6a1f3866572babbb93334dd05 /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
| parent | cb36e4b09e57ba0cf28b220486ce310e5fb21d60 (diff) | |
| download | external_llvm-2b40c564224cda719903f8f552caefd285716632.zip external_llvm-2b40c564224cda719903f8f552caefd285716632.tar.gz external_llvm-2b40c564224cda719903f8f552caefd285716632.tar.bz2 | |
remove a few DOUTs here and there.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet if (level >= 20) { if (!printed) { printed = true; - DOUT << "setSubgraphColor hit max level\n"; + DEBUG(errs() << "setSubgraphColor hit max level\n"); } return true; } |
