From: Reid Spencer Date: Sat, 17 Jul 2004 23:23:30 +0000 (+0000) Subject: Constant value not needed after CPR's disappear. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d25e6cd12857dc0e18a15957119d9db98f9311f8;p=oota-llvm.git Constant value not needed after CPR's disappear. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14917 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)