Skip to content

Commit 423cea7

Browse files
committed
[SelectionDAG] Fix incorrect indentation. NFC
1 parent 84781c0 commit 423cea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3036,7 +3036,7 @@ bool SelectionDAG::isSplatValue(SDValue V, const APInt &DemandedElts,
30363036
return TLI->isSplatValueForTargetNode(V, DemandedElts, UndefElts, *this,
30373037
Depth);
30383038
break;
3039-
}
3039+
}
30403040

30413041
// We don't support other cases than those above for scalable vectors at
30423042
// the moment.

0 commit comments

Comments
 (0)