Skip to content

Commit 058e5a9

Browse files
toppercgithub-actions[bot]
authored andcommitted
Automerge: [SelectionDAG] Fix incorrect indentation. NFC
2 parents 22a8abe + 423cea7 commit 058e5a9

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)