Skip to content

Commit 713fbcb

Browse files
committed
Remove extra newline
1 parent 16fffdf commit 713fbcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VectorCombine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,6 @@ bool VectorCombine::foldShuffleOfSelects(Instruction &I) {
20522052

20532053
auto *SrcVecTy = cast<FixedVectorType>(T1->getType());
20542054
auto *DstVecTy = cast<FixedVectorType>(I.getType());
2055-
20562055
auto SK = TargetTransformInfo::SK_PermuteTwoSrc;
20572056
auto SelOp = Instruction::Select;
20582057
InstructionCost OldCost = TTI.getCmpSelInstrCost(

0 commit comments

Comments
 (0)