mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +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(
|
||||
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