Temporarily restore the scavenger implicit_def checking code. MachineOperand isUndef...
[oota-llvm.git] / include / llvm / Constants.h
index 52fff2020c74513b74ff5676e5b9fb443f9a6208..da69d25cf621fbc5a1652b28badd3cb2d5188785 100644 (file)
@@ -865,6 +865,7 @@ public:
   /// get() - Static factory methods - Return objects of the specified value.
   ///
   static MDString *get(const char *StrBegin, const char *StrEnd);
+  static MDString *get(const std::string &Str);
 
   /// size() - The length of this string.
   ///