[llvm] r205438 - [C++11, ARM64] Range based for loops in branch relaxation.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Apr 2 21:45:47 PDT 2014


> +  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