summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-04 00:18:37 +0000
committerChris Lattner <sabre@nondot.org>2004-08-04 00:18:37 +0000
commit6494081cce584eecaa5a44e2a297a49b70b195ee (patch)
tree0bbae328a08395e1de5b48cd14afc2f531134ca8 /llvm
parentcd84396b58422048106540936982aa3d26b4d385 (diff)
downloadbcm5719-llvm-6494081cce584eecaa5a44e2a297a49b70b195ee.tar.gz
bcm5719-llvm-6494081cce584eecaa5a44e2a297a49b70b195ee.zip
The Type* is redundant with the TypeSlot
llvm-svn: 15451
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Bytecode/BytecodeHandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/Bytecode/BytecodeHandler.h b/llvm/include/llvm/Bytecode/BytecodeHandler.h
index 1de9c58831e..687bf806e0e 100644
--- a/llvm/include/llvm/Bytecode/BytecodeHandler.h
+++ b/llvm/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
OpenPOWER on IntegriCloud