diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2015-09-02 14:06:16 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2015-09-02 14:06:16 +0000 |
| commit | b684e381c9c8df091b255d010bee6e3ae53f9e85 (patch) | |
| tree | 0a4da060b7afe43817bc29fbbc4b26f94c65021d /llvm/test/Transforms/LoopVectorize | |
| parent | 15172619d4bb85eea95e662268e85707d03f4896 (diff) | |
| download | bcm5719-llvm-b684e381c9c8df091b255d010bee6e3ae53f9e85.tar.gz bcm5719-llvm-b684e381c9c8df091b255d010bee6e3ae53f9e85.zip | |
Add newline to test. NFC.
llvm-svn: 246653
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/ptr-induction.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/ptr-induction.ll b/llvm/test/Transforms/LoopVectorize/ptr-induction.ll index df26efb34b5..47d33352763 100644 --- a/llvm/test/Transforms/LoopVectorize/ptr-induction.ll +++ b/llvm/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 +} |

