Changes in directory llvm/include/llvm/Assembly:

Writer.h updated: 1.33 -> 1.34
---
Log message:

Back out last revision which should not have been committed (yet).


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

 Writer.h |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/include/llvm/Assembly/Writer.h
diff -u llvm/include/llvm/Assembly/Writer.h:1.33 
llvm/include/llvm/Assembly/Writer.h:1.34
--- llvm/include/llvm/Assembly/Writer.h:1.33    Sun Aug 27 20:02:49 2006
+++ llvm/include/llvm/Assembly/Writer.h Sun Aug 27 20:08:45 2006
@@ -43,10 +43,6 @@
 std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
                              bool PrintName = true, const Module* Context = 0);
 
-#ifndef NDEBUG
-void dumpType(const Type* Ty);
-void dumpValue(const Value* Val);
-#endif
 } // End llvm namespace
 
 #endif



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to