remove commented-out code.
authorChris Lattner <sabre@nondot.org>
Tue, 31 Jan 2012 06:17:26 +0000 (06:17 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 31 Jan 2012 06:17:26 +0000 (06:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149364 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ValueTracking.h

index d994bc4fcdf9d9b9d340a81961244c9fded20e1e..25150cdb0f3eaf1616bdf4d5bde55344a876d287 100644 (file)
@@ -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);