Don't assert if we can't constant fold extract/insertvalue
[oota-llvm.git] / include / llvm / DIBuilder.h
index 021ef06e6c181f30eb06150164c765bb5b022d40..e7751d18f8af591877fe22bbbc30aa07cf64717c 100644 (file)
@@ -115,8 +115,11 @@ namespace llvm {
     /// createEnumerator - Create a single enumerator value.
     DIEnumerator createEnumerator(StringRef Name, int64_t Val);
 
-    /// createNullPtrType - Create C++0x nullptr type.
-    DIBasicType createNullPtrType(StringRef Name);
+    /// \brief Create a DWARF unspecified type.
+    DIBasicType createUnspecifiedType(StringRef Name);
+
+    /// \brief Create C++11 nullptr type.
+    DIBasicType createNullPtrType();
 
     /// createBasicType - Create debugging information entry for a basic
     /// type.