mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
My compiler warns about the semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d60da495cd
commit
49c23935e0
@ -256,7 +256,7 @@ bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
|
||||
while (Start != BB.begin() && prior(Start) != PrevI) --Start;
|
||||
cerr << "Inserted instructions:\n\t";
|
||||
Start->print(*cerr.stream(), &MF.getTarget());
|
||||
while (++Start != next(I));
|
||||
while (++Start != next(I)) {}
|
||||
}
|
||||
dumpStack();
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user