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