CreateTemporaryType doesn't needs its Context argument.
[oota-llvm.git] / include / llvm / Analysis / DebugInfo.h
index da226273a019152b680bff1372dbe5bfb863ae23..51bede091c1fb85075936d28371c239eea8cc0a7 100644 (file)
@@ -655,7 +655,7 @@ namespace llvm {
                                         MDNode *ContainingType = 0);
 
     /// CreateTemporaryType - Create a temporary forward-declared type.
-    DIType CreateTemporaryType(DIDescriptor Context);
+    DIType CreateTemporaryType();
 
     /// CreateArtificialType - Create a new DIType with "artificial" flag set.
     DIType CreateArtificialType(DIType Ty);