Debugging kruft
authorJim Laskey <jlaskey@mac.com>
Mon, 2 Oct 2006 13:01:17 +0000 (13:01 +0000)
committerJim Laskey <jlaskey@mac.com>
Mon, 2 Oct 2006 13:01:17 +0000 (13:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30688 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

index 430c326ba5649d9d27d021695c8116281749ca84..c0d6b54a4b5a2247bf4b59c333688cf7b437d6c4 100644 (file)
@@ -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) {