mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Remove redundant branch. Thanks, Anton!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aef48d7b36
commit
4cae5af54e
@ -130,8 +130,6 @@ void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
||||
Opc = SystemZ::MOV64rrP;
|
||||
else if (SystemZ::GR128RegClass.contains(DestReg, SrcReg))
|
||||
Opc = SystemZ::MOV128rr;
|
||||
else if (SystemZ::GR32RegClass.contains(DestReg, SrcReg))
|
||||
Opc = SystemZ::MOV32rr;
|
||||
else if (SystemZ::FP32RegClass.contains(DestReg, SrcReg))
|
||||
Opc = SystemZ::FMOV32rr;
|
||||
else if (SystemZ::FP64RegClass.contains(DestReg, SrcReg))
|
||||
|
Loading…
Reference in New Issue
Block a user