git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111687
91177308-0d34-0410-b5e6-
96231b3b80d8
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);
/// CreateTemporaryType - Create a temporary forward-declared type.
-DIType DIFactory::CreateTemporaryType(DIDescriptor Context) {
+DIType DIFactory::CreateTemporaryType() {
// Give the temporary MDNode a tag. It doesn't matter what tag we
// use here as long as DIType accepts it.
Value *Elts[] = {