remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.
[oota-llvm.git] / include / llvm / Analysis / ValueTracking.h
index 65c4e77b46dc7d6bbb74c2a3b7a4f3cd68839f33..d994bc4fcdf9d9b9d340a81961244c9fded20e1e 100644 (file)
@@ -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.