1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Constant value not needed after CPR's disappear.

llvm-svn: 14917
This commit is contained in:
Reid Spencer 2004-07-17 23:23:30 +00:00
parent a2b1dbead8
commit 0338d6578b

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)