Skip to content

Commit 77c8851

Browse files
committed
clang-format
1 parent 904732f commit 77c8851

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

clang/lib/CIR/Dialect/IR/CIRDialect.cpp

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,14 +2679,16 @@ void cir::FuncOp::print(OpAsmPrinter &p) {
26792679
function_interface_impl::printFunctionAttributes(
26802680
p, *this,
26812681
// These are all omitted since they are custom printed already.
2682-
{getAliaseeAttrName(), getBuiltinAttrName(), getCoroutineAttrName(),
2683-
getDsoLocalAttrName(), getExtraAttrsAttrName(),
2684-
getFunctionTypeAttrName(), getGlobalCtorAttrName(),
2685-
getGlobalDtorAttrName(), getLambdaAttrName(), getLinkageAttrName(),
2686-
getCallingConvAttrName(), getNoProtoAttrName(),
2687-
getSymVisibilityAttrName(), getArgAttrsAttrName(), getResAttrsAttrName(),
2688-
getComdatAttrName(), getGlobalVisibilityAttrName(),
2689-
getAnnotationsAttrName(), getCxxCtorAttrName(), getCxxDtorAttrName()});
2682+
{getAliaseeAttrName(), getBuiltinAttrName(),
2683+
getCoroutineAttrName(), getDsoLocalAttrName(),
2684+
getExtraAttrsAttrName(), getFunctionTypeAttrName(),
2685+
getGlobalCtorAttrName(), getGlobalDtorAttrName(),
2686+
getLambdaAttrName(), getLinkageAttrName(),
2687+
getCallingConvAttrName(), getNoProtoAttrName(),
2688+
getSymVisibilityAttrName(), getArgAttrsAttrName(),
2689+
getResAttrsAttrName(), getComdatAttrName(),
2690+
getGlobalVisibilityAttrName(), getAnnotationsAttrName(),
2691+
getCxxCtorAttrName(), getCxxDtorAttrName()});
26902692

26912693
if (auto aliaseeName = getAliasee()) {
26922694
p << " alias(";

0 commit comments

Comments
 (0)