Skip to content

Commit 8ea3aa9

Browse files
author
mattarde
committed
fmt
1 parent e9ddde7 commit 8ea3aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ bool X86LegalizerInfo::legalizeIsFPClass(MachineInstr &MI,
10851085

10861086
if (IsF80)
10871087
return expandFPClassTestForF80(MI, MRI, Helper);
1088-
return expandFPClassTestForF32OrF64(MI, MRI, Helper);
1088+
return expandFPClassTestForF32OrF64(MI, MRI, Helper);
10891089
}
10901090

10911091
bool X86LegalizerInfo::legalizeIntrinsic(LegalizerHelper &Helper,

0 commit comments

Comments
 (0)