[llvm-commits] CVS: llvm/include/llvm/Bytecode/BytecodeHandler.h
LLVM
llvm at cs.uiuc.edu
Sat Jul 17 16:23:40 PDT 2004
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.3 -> 1.4
---
Log message:
Constant value not needed after CPR's disappear.
---
Diffs of the changes: (+1 -2)
Index: llvm/include/llvm/Bytecode/BytecodeHandler.h
diff -u llvm/include/llvm/Bytecode/BytecodeHandler.h:1.3 llvm/include/llvm/Bytecode/BytecodeHandler.h:1.4
--- llvm/include/llvm/Bytecode/BytecodeHandler.h:1.3 Sun Jul 4 06:29:56 2004
+++ llvm/include/llvm/Bytecode/BytecodeHandler.h Sat Jul 17 18:23:30 2004
@@ -255,8 +255,7 @@
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)
More information about the llvm-commits
mailing list