mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3116dce338
commit
1b772f9962
@ -2691,8 +2691,8 @@ ARMTargetLowering::OptimizeVFPBrcond(SDValue Op, SelectionDAG &DAG) const {
|
|||||||
// If one of the operand is zero, it's safe to ignore the NaN case since
|
// If one of the operand is zero, it's safe to ignore the NaN case since
|
||||||
// we only care about equality comparisons.
|
// we only care about equality comparisons.
|
||||||
(SeenZero || (DAG.isKnownNeverNaN(LHS) && DAG.isKnownNeverNaN(RHS)))) {
|
(SeenZero || (DAG.isKnownNeverNaN(LHS) && DAG.isKnownNeverNaN(RHS)))) {
|
||||||
// If unsafe fp math optimization is enabled and there are no othter uses of
|
// If unsafe fp math optimization is enabled and there are no other uses of
|
||||||
// the CMP operands, and the condition code is EQ oe NE, we can optimize it
|
// the CMP operands, and the condition code is EQ or NE, we can optimize it
|
||||||
// to an integer comparison.
|
// to an integer comparison.
|
||||||
if (CC == ISD::SETOEQ)
|
if (CC == ISD::SETOEQ)
|
||||||
CC = ISD::SETEQ;
|
CC = ISD::SETEQ;
|
||||||
|
Loading…
Reference in New Issue
Block a user