================ @@ -778,10 +778,8 @@ void CIRRecordLowering::computeVolatileBitfields() { !cirGenTypes.getCGModule().getCodeGenOpts().AAPCSBitfieldWidth) return; - for ([[maybe_unused]] auto &I : bitFields) { + for ([[maybe_unused]] auto &I : bitFields) ---------------- andykaylor wrote:
The for loop isn't really needed here. https://github.com/llvm/llvm-project/pull/145560 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits