[llvm-commits] CVS: llvm/include/llvm/Bytecode/BytecodeHandler.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 3 17:18:50 PDT 2004
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.4 -> 1.5
---
Log message:
The Type* is redundant with the TypeSlot
---
Diffs of the changes: (+1 -2)
Index: llvm/include/llvm/Bytecode/BytecodeHandler.h
diff -u llvm/include/llvm/Bytecode/BytecodeHandler.h:1.4 llvm/include/llvm/Bytecode/BytecodeHandler.h:1.5
--- llvm/include/llvm/Bytecode/BytecodeHandler.h:1.4 Sat Jul 17 18:23:30 2004
+++ llvm/include/llvm/Bytecode/BytecodeHandler.h Tue Aug 3 19:18:37 2004
@@ -158,8 +158,7 @@
virtual void handleCompactionTableValue(
unsigned i, ///< Index in the compaction table's type plane
unsigned TypSlot, ///< The slot (plane) of the type of this value
- unsigned ValSlot, ///< The global value slot of the value
- const Type* ///< The resolved type of the value.
+ unsigned ValSlot ///< The global value slot of the value
) {}
/// @brief Handle end of a compaction table
More information about the llvm-commits
mailing list