mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Constant value not needed after CPR's disappear.
llvm-svn: 14917
This commit is contained in:
parent
a2b1dbead8
commit
0338d6578b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user