summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ValueTracking.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-01-31 06:17:26 +0000
committerChris Lattner <sabre@nondot.org>2012-01-31 06:17:26 +0000
commitf98743a49d931e4f4d7ee17e5869972fc96ff115 (patch)
tree9645accf9e28cbcd941177e76c23fe553e5621e3 /include/llvm/Analysis/ValueTracking.h
parent1b2f643753a2974540934ac0f1e3ffd182b0571c (diff)
downloadllvm-f98743a49d931e4f4d7ee17e5869972fc96ff115.tar.gz
llvm-f98743a49d931e4f4d7ee17e5869972fc96ff115.tar.bz2
llvm-f98743a49d931e4f4d7ee17e5869972fc96ff115.tar.xz
remove commented-out code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/ValueTracking.h')
-rw-r--r--include/llvm/Analysis/ValueTracking.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h
index d994bc4fcd..25150cdb0f 100644
--- a/include/llvm/Analysis/ValueTracking.h
+++ b/include/llvm/Analysis/ValueTracking.h
@@ -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);