1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

remove commented-out code.

llvm-svn: 149364
This commit is contained in:
Chris Lattner 2012-01-31 06:17:26 +00:00
parent 06407b2f81
commit c613633ed8

View File

@ -131,10 +131,6 @@ namespace llvm {
bool getConstantStringInfo(const Value *V, StringRef &Str,
uint64_t Offset = 0);
// FIXME: Remove this.
// bool GetConstantStringInfo(const Value *V, std::string &Str,
// uint64_t Offset = 0);
/// GetStringLength - If we can compute the length of the string pointed to by
/// the specified pointer, return 'len+1'. If we can't, return 0.
uint64_t GetStringLength(Value *V);