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
This commit is contained in:
Reid Spencer 2004-07-17 23:23:30 +00:00
parent e1b9536d54
commit d25e6cd128

View 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)