[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

Jim Laskey jlaskey at apple.com
Mon Oct 2 06:01:32 PDT 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGPrinter.cpp updated: 1.35 -> 1.36
---
Log message:

Debugging kruft

---
Diffs of the changes:  (+0 -3)

 SelectionDAGPrinter.cpp |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:1.35 llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:1.36
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:1.35	Mon Oct  2 07:26:53 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp	Mon Oct  2 08:01:17 2006
@@ -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) {






More information about the llvm-commits mailing list