[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 12 18:53:04 PST 2003


Changes in directory llvm/lib/Transforms/Utils:

ValueMapper.cpp updated: 1.2 -> 1.3

---
Log message:

Add debugging helper


---
Diffs of the changes:

Index: llvm/lib/Transforms/Utils/ValueMapper.cpp
diff -u llvm/lib/Transforms/Utils/ValueMapper.cpp:1.2 llvm/lib/Transforms/Utils/ValueMapper.cpp:1.3
--- llvm/lib/Transforms/Utils/ValueMapper.cpp:1.2	Sat Dec  7 15:27:16 2002
+++ llvm/lib/Transforms/Utils/ValueMapper.cpp	Sun Jan 12 18:52:25 2003
@@ -81,7 +81,8 @@
       assert(0 && "Unknown type of constant!");
     }
   }
-  
+
+  V->dump();
   assert(0 && "Unknown value type: why didn't it get resolved?!");
   return 0;
 }





More information about the llvm-commits mailing list