mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-13 03:21:07 +00:00
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:
parent
e1b9536d54
commit
d25e6cd128
@ -255,8 +255,7 @@ public:
|
|||||||
virtual void handleConstantPointer(
|
virtual void handleConstantPointer(
|
||||||
const PointerType* PT, ///< Type of the pointer
|
const PointerType* PT, ///< Type of the pointer
|
||||||
unsigned Slot, ///< Slot num of initializer value
|
unsigned Slot, ///< Slot num of initializer value
|
||||||
GlobalValue* GV, ///< Referenced global value
|
GlobalValue* GV ///< Referenced global value
|
||||||
Constant* Val ///< Value of constant
|
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
/// @brief Handle a constant strings (array special case)
|
/// @brief Handle a constant strings (array special case)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user