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 7144612710..1de9c58831 100644 --- a/include/llvm/Bytecode/BytecodeHandler.h +++ b/include/llvm/Bytecode/BytecodeHandler.h @@ -255,8 +255,7 @@ public: virtual void handleConstantPointer( const PointerType* PT, ///< Type of the pointer unsigned Slot, ///< Slot num of initializer value - GlobalValue* GV, ///< Referenced global value - Constant* Val ///< Value of constant + GlobalValue* GV ///< Referenced global value ) {} /// @brief Handle a constant strings (array special case) |