summaryrefslogtreecommitdiffstats
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
commitc0b52babc7e2f898f551fb031a316a7a662e3472 (patch)
treef532239651f45d73944a1dfa5b5a42b81e4496ae
parentf4a4bec3a0f3c0daa8dc4dcb7295855c104a3830 (diff)
downloadbcm5719-llvm-c0b52babc7e2f898f551fb031a316a7a662e3472.tar.gz
bcm5719-llvm-c0b52babc7e2f898f551fb031a316a7a662e3472.zip
remove commented-out code.
llvm-svn: 149364
-rw-r--r--llvm/include/llvm/Analysis/ValueTracking.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Analysis/ValueTracking.h b/llvm/include/llvm/Analysis/ValueTracking.h
index d994bc4fcdf..25150cdb0f3 100644
--- a/llvm/include/llvm/Analysis/ValueTracking.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud