Skip to content

Commit 640e28d

Browse files
committed
drop the blank line
1 parent 881c8f0 commit 640e28d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ inline VPScalarIVSteps_match<Op0_t, Op1_t> m_ScalarIVSteps(const Op0_t &Op0,
382382
const Op1_t &Op1) {
383383
return VPScalarIVSteps_match<Op0_t, Op1_t>(Op0, Op1);
384384
}
385-
386385
} // namespace VPlanPatternMatch
387386
} // namespace llvm
388387

0 commit comments

Comments
 (0)