forked from OSchip/llvm-project
Constant value not needed after CPR's disappear.
llvm-svn: 14917
This commit is contained in:
parent
e62af95bef
commit
9521143ab7
|
@ -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…
Reference in New Issue