Skip to content

Commit 99189fc

Browse files
committed
Less auto
1 parent 4864aac commit 99189fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ void cir::FuncOp::print(OpAsmPrinter &p) {
18081808
p << ")";
18091809
}
18101810

1811-
if (auto inlineAttr = getInlineKindAttr()) {
1811+
if (cir::InlineAttr inlineAttr = getInlineKindAttr()) {
18121812
p << ' ';
18131813
p.printAttribute(inlineAttr);
18141814
}

0 commit comments

Comments
 (0)