From f8f78cdf6d903033b4750af837a060cd5fd48ec7 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Wed, 2 Sep 2015 14:06:16 +0000 Subject: [PATCH] Add newline to test. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246653 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/ptr-induction.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.34.1