projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b5dd2
)
The Type* is redundant with the TypeSlot
author
Chris Lattner
<sabre@nondot.org>
Wed, 4 Aug 2004 00:18:37 +0000
(
00:18
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 4 Aug 2004 00:18:37 +0000
(
00:18
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15451
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bytecode/BytecodeHandler.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/BytecodeHandler.h
b/include/llvm/Bytecode/BytecodeHandler.h
index 1de9c58831e535fced8ea5ffe73e724705d256c6..687bf806e0eec2be74ace877a7c7b05d8b8f607b 100644
(file)
--- a/
include/llvm/Bytecode/BytecodeHandler.h
+++ b/
include/llvm/Bytecode/BytecodeHandler.h
@@
-158,8
+158,7
@@
public:
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