mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user