[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ConstantReader.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 9 11:22:03 PST 2004


Changes in directory llvm/lib/Bytecode/Reader:

ConstantReader.cpp updated: 1.73 -> 1.74

---
Log message:

This debugging hook is no longer needed.


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

Index: llvm/lib/Bytecode/Reader/ConstantReader.cpp
diff -u llvm/lib/Bytecode/Reader/ConstantReader.cpp:1.73 llvm/lib/Bytecode/Reader/ConstantReader.cpp:1.74
--- llvm/lib/Bytecode/Reader/ConstantReader.cpp:1.73	Sun Feb  8 22:37:28 2004
+++ llvm/lib/Bytecode/Reader/ConstantReader.cpp	Mon Feb  9 11:20:52 2004
@@ -89,7 +89,6 @@
 // something and when we reread the type later, we can replace the opaque type
 // with a new resolved concrete type.
 //
-namespace llvm { void debug_type_tables(); }
 void BytecodeParser::parseTypeConstants(const unsigned char *&Buf,
                                         const unsigned char *EndBuf,
 					TypeValuesListTy &Tab,
@@ -129,7 +128,6 @@
   for (unsigned i = 0; i < NumEntries; ++i) {
     BCR_TRACE(5, (void*)Tab[i].get() << " - " << Tab[i].get() << "\n");
   }
-  debug_type_tables();
 }
 
 





More information about the llvm-commits mailing list