mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
Remove an assert - it's possible to be hit, and we just want to avoid
handling those cases for now. llvm-svn: 117996
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user