[llvm] r205438 - [C++11, ARM64] Range based for loops in branch relaxation.
Jim Grosbach
grosbach at apple.com
Thu Apr 3 15:24:37 PDT 2014
Doh! Oops, and thanks. Fixing.
On Apr 2, 2014, at 9:45 PM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
>> + for (auto &MBB: *MF) {
>> + const BasicBlockInfo &BBI = BlockInfo[MBB.getNumber()];
>> + dbgs() << format("BB#%u\toffset=%08x\t", MBB.getNumber(), BBI.Offset)
>
> space before the :
>
> Cheers,
> Rafael
More information about the llvm-commits
mailing list