diff options
Diffstat (limited to 'include/llvm/Bytecode/BytecodeHandler.h')
-rw-r--r-- | include/llvm/Bytecode/BytecodeHandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h index 1de9c58831..687bf806e0 100644 --- 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 |