diff options
author | Chris Lattner <sabre@nondot.org> | 2012-01-31 05:09:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2012-01-31 05:09:17 +0000 |
commit | f0e1053a63f5522ecfe1df8fe3ea07b24cb6b193 (patch) | |
tree | eea416b68c4b99798e21d8cabd8ce82a6938fc85 /include/llvm/Analysis/ValueTracking.h | |
parent | 2cf07eccff674b5157febbc4fb4f4246e47806c7 (diff) | |
download | external_llvm-f0e1053a63f5522ecfe1df8fe3ea07b24cb6b193.tar.gz external_llvm-f0e1053a63f5522ecfe1df8fe3ea07b24cb6b193.tar.bz2 external_llvm-f0e1053a63f5522ecfe1df8fe3ea07b24cb6b193.zip |
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
Diffstat (limited to 'include/llvm/Analysis/ValueTracking.h')
-rw-r--r-- | include/llvm/Analysis/ValueTracking.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h index 65c4e77b46..d994bc4fcd 100644 --- a/include/llvm/Analysis/ValueTracking.h +++ b/include/llvm/Analysis/ValueTracking.h @@ -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. |