================
@@ -499,15 +499,28 @@ Type IntType::parse(mlir::AsmParser &parser) {
return {};
}
+ bool bitInt = false;
----------------
andykaylor wrote:```suggestion bool isBitInt = false; ``` https://github.com/llvm/llvm-project/pull/188113 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
