mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 19:19:10 +00:00
Fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b5c3f6094
commit
275428fe4a
@ -320,15 +320,15 @@ void SystemZLongBranch::setWorstCaseAddresses() {
|
||||
void SystemZLongBranch::relaxBranch(TerminatorInfo &Terminator) {
|
||||
MachineInstr *Branch = Terminator.Branch;
|
||||
switch (Branch->getOpcode()) {
|
||||
case SystemZ::J:
|
||||
Branch->setDesc(TII->get(SystemZ::JG));
|
||||
break;
|
||||
case SystemZ::BRC:
|
||||
Branch->setDesc(TII->get(SystemZ::BRCL));
|
||||
break;
|
||||
default:
|
||||
llvm_unreachable("Unrecognized branch");
|
||||
}
|
||||
case SystemZ::J:
|
||||
Branch->setDesc(TII->get(SystemZ::JG));
|
||||
break;
|
||||
case SystemZ::BRC:
|
||||
Branch->setDesc(TII->get(SystemZ::BRCL));
|
||||
break;
|
||||
default:
|
||||
llvm_unreachable("Unrecognized branch");
|
||||
}
|
||||
|
||||
Terminator.Size += Terminator.ExtraRelaxSize;
|
||||
Terminator.ExtraRelaxSize = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user