diff options
| author | Jim Laskey <jlaskey@mac.com> | 2006-10-02 13:01:17 +0000 |
|---|---|---|
| committer | Jim Laskey <jlaskey@mac.com> | 2006-10-02 13:01:17 +0000 |
| commit | e73a22514d254d25e024e9dfd04e2b0d770b4639 (patch) | |
| tree | 6021555bade8d6fa8ed3559c1001625c9d50a1b2 /llvm/lib/CodeGen/SelectionDAG | |
| parent | 37c2c6c860cb682c8b3c8cc4b86fc029a9cd65de (diff) | |
| download | bcm5719-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.cpp | 3 |
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) { |

