mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Tidy up. Space before ':' in range-based for loops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -120,7 +120,7 @@ void ARM64BranchRelaxation::verify() {
|
||||
|
||||
/// print block size and offset information - debugging
|
||||
void ARM64BranchRelaxation::dumpBBs() {
|
||||
for (auto &MBB: *MF) {
|
||||
for (auto &MBB : *MF) {
|
||||
const BasicBlockInfo &BBI = BlockInfo[MBB.getNumber()];
|
||||
dbgs() << format("BB#%u\toffset=%08x\t", MBB.getNumber(), BBI.Offset)
|
||||
<< format("size=%#x\n", BBI.Size);
|
||||
|
||||
Reference in New Issue
Block a user