mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-30 17:02:29 +00:00
[SystemZ] Fix build break from r265689
Fix build error seen on some build bots due to: error: default label in switch which covers all enumeration values git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d39343242f
commit
78886ec7e2
@ -1334,9 +1334,8 @@ unsigned SystemZInstrInfo::getCompareAndBranch(unsigned Opcode,
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void SystemZInstrInfo::loadImmediate(MachineBasicBlock &MBB,
|
||||
|
Loading…
x
Reference in New Issue
Block a user