diff options
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. |