Skip to content

Commit 322b990

Browse files
committed
[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in CompositePass.cpp (NFC)
1 parent 8245fb6 commit 322b990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Transforms/CompositePass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct CompositeFixedPointPass final
6666
}
6767

6868
void runOnOperation() override {
69-
auto op = getOperation();
69+
auto *op = getOperation();
7070
OperationFingerPrint fp(op);
7171

7272
int currentIter = 0;

0 commit comments

Comments
 (0)