Skip to content

Commit

Permalink
Fixup some formatting from a recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwblaikie committed Sep 14, 2021
1 parent e4b9f5e commit 13e34f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/CodeGen/CGDebugInfo.cpp
Expand Up @@ -1376,8 +1376,8 @@ llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty,
}

llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys);
llvm::DIType *F = DBuilder.createSubroutineType(EltTypeArray, Flags,
getDwarfCC(Ty->getCallConv()));
llvm::DIType *F = DBuilder.createSubroutineType(
EltTypeArray, Flags, getDwarfCC(Ty->getCallConv()));
return F;
}

Expand Down

0 comments on commit 13e34f9

Please sign in to comment.