[Debug Info] replace DIUnspecifiedParameter with DITrivialType.
[oota-llvm.git] / include / llvm / IR / DIBuilder.h
index 267350409604c9ee304eb5d58e1f4509f2b83bee..156017b50e4d85d1ef000be40c24e5272061581c 100644 (file)
@@ -463,9 +463,9 @@ namespace llvm {
     /// through debug info anchors.
     void retainType(DIType T);
 
-    /// createUnspecifiedParameter - Create unspecified type descriptor
+    /// createUnspecifiedParameter - Create unspecified parameter type
     /// for a subroutine type.
-    DIDescriptor createUnspecifiedParameter();
+    DITrivialType createUnspecifiedParameter();
 
     /// getOrCreateArray - Get a DIArray, create one if required.
     DIArray getOrCreateArray(ArrayRef<Value *> Elements);