aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/BytecodeHandler.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-17 23:23:30 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-17 23:23:30 +0000
commitd25e6cd12857dc0e18a15957119d9db98f9311f8 (patch)
tree2774b7142d5ceaf9a51609126cd309898f68103f /include/llvm/Bytecode/BytecodeHandler.h
parente1b9536d546b78f8cffc7efbb2ff75d7e15f9749 (diff)
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
Diffstat (limited to 'include/llvm/Bytecode/BytecodeHandler.h')
-rw-r--r--include/llvm/Bytecode/BytecodeHandler.h3
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)