Skip to content

Commit beb417c

Browse files
committed
clang-format
1 parent f5ceaba commit beb417c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,8 @@ Instruction *InstCombinerImpl::visitShuffleVectorInst(ShuffleVectorInst &SVI) {
29022902

29032903
if (Constant *C = dyn_cast<Constant>(RHS)) {
29042904
if (SelectInst *SI = dyn_cast<SelectInst>(LHS)) {
2905-
if (Instruction *I = FoldOpIntoSelect(SVI, SI, /*FoldWIthMultiUse=*/false))
2905+
if (Instruction *I =
2906+
FoldOpIntoSelect(SVI, SI, /*FoldWithMultiUse=*/false))
29062907
return I;
29072908
}
29082909
if (PHINode *PN = dyn_cast<PHINode>(LHS)) {

0 commit comments

Comments
 (0)