mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Remove an assert - it's possible to be hit, and we just want to avoid
handling those cases for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61d69da051
commit
4053e63a4b
@ -889,7 +889,7 @@ static ARMCC::CondCodes getComparePred(CmpInst::Predicate Pred) {
|
||||
case CmpInst::FCMP_ONE:
|
||||
case CmpInst::FCMP_UEQ:
|
||||
default:
|
||||
assert(false && "Unhandled CmpInst::Predicate!");
|
||||
// AL is our "false" for now. The other two need more compares.
|
||||
return ARMCC::AL;
|
||||
case CmpInst::ICMP_EQ:
|
||||
case CmpInst::FCMP_OEQ:
|
||||
|
Loading…
Reference in New Issue
Block a user