diff options
author | Stephen Lin <stephenwlin@gmail.com> | 2013-07-13 22:00:58 +0000 |
---|---|---|
committer | Stephen Lin <stephenwlin@gmail.com> | 2013-07-13 22:00:58 +0000 |
commit | 0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3 (patch) | |
tree | d5378d27b22bd00f3a8351925e35e1d590cfa0b3 /test/Analysis/ScalarEvolution | |
parent | b4dc0233c9f70e8cf946822811f233bb613a02e9 (diff) | |
download | external_llvm-0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3.zip external_llvm-0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3.tar.gz external_llvm-0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3.tar.bz2 |
Add newlines at end of test files, no functionality change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution')
-rw-r--r-- | test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll b/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll index 1600d5f..973dd7d 100644 --- a/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll +++ b/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll @@ -30,4 +30,4 @@ for.inc9: if.then: ret i8 0 -}
\ No newline at end of file +} |