Skip to content

Commit

Permalink
remove commented-out code.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149364 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jan 31, 2012
1 parent 1b2f643 commit f98743a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/llvm/Analysis/ValueTracking.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f98743a

Please sign in to comment.