Debugging kruft

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-10-02 13:01:17 +00:00
parent 543a0eee6a
commit 01078fb7ec

View 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) {