[PATCH] D119776: [flang][mlir][NFC] Remove deprecated parser/printer/verifier utilities
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 21:20:11 PST 2022
rriddle accepted this revision.
rriddle added a comment.
This revision is now accepted and ready to land.
Really nice, thanks!
================
Comment at: flang/lib/Optimizer/Dialect/FIROps.cpp:245
+
+void fir::AllocaOp::print(OpAsmPrinter &p) { printAllocatableOp(p, (*this)); }
+
----------------
Can you drop the () here? (and a few others)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119776/new/
https://reviews.llvm.org/D119776
More information about the llvm-commits
mailing list