mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-29 07:53:33 +00:00
Fix Benchmarks/MallocBench/cfrac
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f99b6bd96
commit
5d634ce466
@ -714,8 +714,10 @@ static unsigned getBCCForSetCC(ISD::CondCode CC) {
|
||||
switch (CC) {
|
||||
default: assert(0 && "Unknown condition!"); abort();
|
||||
case ISD::SETOEQ: // FIXME: This is incorrect see PR642.
|
||||
case ISD::SETUEQ:
|
||||
case ISD::SETEQ: return PPC::BEQ;
|
||||
case ISD::SETONE: // FIXME: This is incorrect see PR642.
|
||||
case ISD::SETUNE:
|
||||
case ISD::SETNE: return PPC::BNE;
|
||||
case ISD::SETOLT: // FIXME: This is incorrect see PR642.
|
||||
case ISD::SETULT:
|
||||
|
Loading…
Reference in New Issue
Block a user