DebugInfo: Remove typedefs for DITypeRef, etc.
[oota-llvm.git] / include / llvm / IR / DIBuilder.h
index db876549ca86a47fc5bf842f9397288d1d60b0ee..983f2fc70c05a22250e14b8926c13eaa1263cacd 100644 (file)
@@ -522,7 +522,7 @@ namespace llvm {
     /// FIXME: this is added for dragonegg. Once we update dragonegg
     /// to call resolve function, this will be removed.
     MDSubprogram *
-    createFunction(DIScopeRef Scope, StringRef Name, StringRef LinkageName,
+    createFunction(MDScopeRef Scope, StringRef Name, StringRef LinkageName,
                    MDFile *File, unsigned LineNo, MDSubroutineType *Ty,
                    bool isLocalToUnit, bool isDefinition, unsigned ScopeLine,
                    unsigned Flags = 0, bool isOptimized = false,