Constant value not needed after CPR's disappear.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 17 Jul 2004 23:23:30 +0000 (23:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 17 Jul 2004 23:23:30 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14917 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/BytecodeHandler.h

index 714461271036cfa9ae097de7c2a1a5592e1f8010..1de9c58831e535fced8ea5ffe73e724705d256c6 100644 (file)
@@ -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)