remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2012-01-31 05:09:17 +00:00
parent 2cf07eccff
commit f0e1053a63
3 changed files with 6 additions and 19 deletions

View File

@@ -132,8 +132,8 @@ namespace llvm {
uint64_t Offset = 0);
// FIXME: Remove this.
bool GetConstantStringInfo(const Value *V, std::string &Str,
uint64_t Offset = 0);
// 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.