Skip to content

Commit 3aaaba8

Browse files
committed
Update ARMISelLowering.cpp
1 parent 685e048 commit 3aaaba8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/ARM/ARMISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4840,7 +4840,6 @@ static bool isFloatingPointZero(SDValue Op) {
48404840
}
48414841

48424842
static bool shouldBeAdjustedToZero(SDValue LHS, APInt C, ISD::CondCode &CC) {
4843-
48444843
// setlt and setge are changed to MI and PL for zero respectively, so it is
48454844
// safe.
48464845
if (C.isAllOnes() && (CC == ISD::SETLE || CC == ISD::SETGT)) {

0 commit comments

Comments
 (0)