[all-commits] [llvm/llvm-project] 6c5273: Revert "[llvm] Use range-based for loops (NFC)"
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Sep 4 15:29:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c52736e024588ab3020d4890ead495252b85290
https://github.com/llvm/llvm-project/commit/6c52736e024588ab3020d4890ead495252b85290
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-04 (Sun, 04 Sep 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
M llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
Log Message:
-----------
Revert "[llvm] Use range-based for loops (NFC)"
range-based loop should not be used here, as
fixupImmediateBr push_backs into the container.
http://lab.llvm.org/buildbot/#/builders/168
http://lab.llvm.org/buildbot/#/builders/74
http://lab.llvm.org/buildbot/#/builders/5
http://lab.llvm.org/buildbot/#/builders/239
http://lab.llvm.org/buildbot/#/builders/237
http://lab.llvm.org/buildbot/#/builders/236
This reverts commit fedc59734a44ef7b62c5f389b0cdffd02264b2a9.
More information about the All-commits
mailing list