diff --git a/test/Transforms/LoopVectorize/ptr-induction.ll b/test/Transforms/LoopVectorize/ptr-induction.ll index df26efb34b5..47d33352763 100644 --- a/test/Transforms/LoopVectorize/ptr-induction.ll +++ b/test/Transforms/LoopVectorize/ptr-induction.ll @@ -31,4 +31,4 @@ while.cond.while.end_crit_edge: ; preds = %while.body while.end: ; preds = %while.cond.while.end_crit_edge, %entry %acc.0.lcssa = phi i32 [ %add.lcssa, %while.cond.while.end_crit_edge ], [ 0, %entry ] ret i32 %acc.0.lcssa -} \ No newline at end of file +}