mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Forgot to update this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33512 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d447f5121
commit
a0bf794eb6
@ -613,7 +613,7 @@ ARMConstantIslands::FixUpImmediateBranch(MachineFunction &Fn, ImmBranch &Br) {
|
|||||||
Br.MI = &MBB->back();
|
Br.MI = &MBB->back();
|
||||||
BuildMI(MBB, TII->get(Br.UncondBr)).addMBB(DestBB);
|
BuildMI(MBB, TII->get(Br.UncondBr)).addMBB(DestBB);
|
||||||
unsigned MaxDisp = (Br.UncondBr == ARM::tB) ? (1<<10)*2 : (1<<23)*4;
|
unsigned MaxDisp = (Br.UncondBr == ARM::tB) ? (1<<10)*2 : (1<<23)*4;
|
||||||
ImmBranches.push_back(ImmBranch(&MBB->back(), false, Br.UncondBr, MaxDisp));
|
ImmBranches.push_back(ImmBranch(&MBB->back(), MaxDisp, false, Br.UncondBr));
|
||||||
MI->eraseFromParent();
|
MI->eraseFromParent();
|
||||||
|
|
||||||
// Increase the size of MBB to account for the new unconditional branch.
|
// Increase the size of MBB to account for the new unconditional branch.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user