Skip to content

Commit 591d77e

Browse files
committed
Formatting
1 parent b8dcc44 commit 591d77e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54171,8 +54171,7 @@ static SDValue combineFaddCFmul(SDNode *N, SelectionDAG &DAG,
5417154171
Bits.getConstant() == AI;
5417254172
};
5417354173

54174-
if (N->getOpcode() != ISD::FADD || !Subtarget.hasFP16() ||
54175-
!AllowContract)
54174+
if (N->getOpcode() != ISD::FADD || !Subtarget.hasFP16() || !AllowContract)
5417654175
return SDValue();
5417754176

5417854177
EVT VT = N->getValueType(0);

0 commit comments

Comments
 (0)