Skip to content

Commit d62bd99

Browse files
committed
Fix format
1 parent 3346889 commit d62bd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,8 +2767,8 @@ void DAGTypeLegalizer::PromoteFloatResult(SDNode *N, unsigned ResNo) {
27672767
case ISD::FFREXP: R = PromoteFloatRes_FFREXP(N); break;
27682768

27692769
case ISD::FSINCOS:
2770-
R = PromoteFloatRes_UnaryWithTwoFPResults(N);
2771-
break;
2770+
R = PromoteFloatRes_UnaryWithTwoFPResults(N);
2771+
break;
27722772

27732773
case ISD::FP_ROUND: R = PromoteFloatRes_FP_ROUND(N); break;
27742774
case ISD::STRICT_FP_ROUND:

0 commit comments

Comments
 (0)