From 0338d6578bec8b951524e1bb2c9ddd7b7b56650a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 17 Jul 2004 23:23:30 +0000 Subject: [PATCH] Constant value not needed after CPR's disappear. llvm-svn: 14917 --- include/llvm/Bytecode/BytecodeHandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h index 71446127103..1de9c58831e 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)