mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Remove tab, again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82379 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3105ebfaf7
commit
8577e27dd3
@ -712,7 +712,7 @@ Constant *llvm::ConstantFoldBinaryInstruction(LLVMContext &Context,
|
||||
case Instruction::FCmp:
|
||||
// icmp pred ^ true -> icmp !pred
|
||||
assert(CI2->equalsInt(1));
|
||||
CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate();
|
||||
CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate();
|
||||
pred = CmpInst::getInversePredicate(pred);
|
||||
return ConstantExpr::getCompare(pred, CE1->getOperand(0),
|
||||
CE1->getOperand(1));
|
||||
|
Loading…
Reference in New Issue
Block a user