Skip to content

Commit 510da45

Browse files
Straighten out code formatting
1 parent cd13388 commit 510da45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,9 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
33603360
// This implements llvm.canonicalize.f* by multiplication with 1.0,
33613361
// as suggested in https://llvm.org/docs/LangRef.html#id2335. It uses
33623362
// strict_fp operations even outside a strict_fp context in order to
3363-
// guarantee that the canonicalization is not optimized away by later passes.
3363+
// guarantee that the canonicalization is not optimized away by later
3364+
// passes.
3365+
33643366
// Get operand x.
33653367
SDValue Operand = Node->getOperand(0);
33663368
// Get fp value type used.

0 commit comments

Comments
 (0)