Skip to content

Commit c9d47ff

Browse files
Format
1 parent d3a4c18 commit c9d47ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,8 @@ bool DAGTypeLegalizer::SoftPromoteHalfOperand(SDNode *N, unsigned OpNo) {
34313431

34323432
assert(Res.getNode() != N && "Expected a new node!");
34333433

3434-
assert(Res.getValueType() == N->getValueType(0) && "Invalid operand expansion");
3434+
assert(Res.getValueType() == N->getValueType(0) &&
3435+
"Invalid operand expansion");
34353436

34363437
ReplaceValueWith(SDValue(N, 0), Res);
34373438
return false;

0 commit comments

Comments
 (0)