summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
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
commite73a22514d254d25e024e9dfd04e2b0d770b4639 (patch)
tree6021555bade8d6fa8ed3559c1001625c9d50a1b2 /llvm/lib/CodeGen/SelectionDAG
parent37c2c6c860cb682c8b3c8cc4b86fc029a9cd65de (diff)
downloadbcm5719-llvm-e73a22514d254d25e024e9dfd04e2b0d770b4639.tar.gz
bcm5719-llvm-e73a22514d254d25e024e9dfd04e2b0d770b4639.zip
Debugging kruft
llvm-svn: 30688
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
index 430c326ba56..c0d6b54a4b5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud