aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-10-02 13:01:17 +0000
committerJim Laskey <jlaskey@mac.com>2006-10-02 13:01:17 +0000
commit01078fb7ec3b8f62679c49a147a69b3978092500 (patch)
tree2ba282ebc22620c3638e60a77397acb5d32df5bb /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
parent543a0eee6a733ae0116d64fb2c4af979a495babc (diff)
Debugging kruft
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
index 430c326ba5..c0d6b54a4b 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -27,9 +27,6 @@
using namespace llvm;
namespace llvm {
-#ifndef NDEBUG
- std::map<const SDNode *, std::string> DagNodeColor;
-#endif
template<>
struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
static std::string getGraphName(const SelectionDAG *G) {