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 e62af95bef
commit 9521143ab7
1 changed files with 1 additions and 2 deletions

View File

@ -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)