diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-05-28 01:35:58 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-05-28 01:35:58 +0000 |
commit | b6019320bfc3d0d5f9ec596b4d786c9a9e079519 (patch) | |
tree | d9c4262baa33197be735e478974996e0be3f6aff /test/Bitcode | |
parent | 342837d0dcf4c47765bbd3f9c031418824b12747 (diff) |
Add missing newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r-- | test/Bitcode/AutoUpgradeGlobals.ll | 2 | ||||
-rw-r--r-- | test/Bitcode/sse2_loadl_pd.ll | 2 | ||||
-rw-r--r-- | test/Bitcode/sse2_movl_dq.ll | 2 | ||||
-rw-r--r-- | test/Bitcode/ssse3_palignr.ll | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/Bitcode/AutoUpgradeGlobals.ll b/test/Bitcode/AutoUpgradeGlobals.ll index 19ec45a5e4..a5af2b8b07 100644 --- a/test/Bitcode/AutoUpgradeGlobals.ll +++ b/test/Bitcode/AutoUpgradeGlobals.ll @@ -1,4 +1,4 @@ ; This isn't really an assembly file. It just runs test on bitcode to ensure ; it is auto-upgraded. ; RUN: llvm-dis < %s.bc | FileCheck %s -; CHECK-NOT: {i32 @\\.llvm\\.eh}
\ No newline at end of file +; CHECK-NOT: {i32 @\\.llvm\\.eh} diff --git a/test/Bitcode/sse2_loadl_pd.ll b/test/Bitcode/sse2_loadl_pd.ll index 7e277022d3..6cb0da5866 100644 --- a/test/Bitcode/sse2_loadl_pd.ll +++ b/test/Bitcode/sse2_loadl_pd.ll @@ -1,3 +1,3 @@ ; RUN: llvm-dis < %s.bc | FileCheck %s ; CHECK-NOT: {i32 @llvm\\.loadl.pd} -; CHECK: shufflevector
\ No newline at end of file +; CHECK: shufflevector diff --git a/test/Bitcode/sse2_movl_dq.ll b/test/Bitcode/sse2_movl_dq.ll index 7629e2ed71..2fc01491b6 100644 --- a/test/Bitcode/sse2_movl_dq.ll +++ b/test/Bitcode/sse2_movl_dq.ll @@ -1,3 +1,3 @@ ; RUN: llvm-dis < %s.bc | FileCheck %s ; CHECK-NOT: {i32 @llvm\\.movl.dq} -; CHECK: shufflevector
\ No newline at end of file +; CHECK: shufflevector diff --git a/test/Bitcode/ssse3_palignr.ll b/test/Bitcode/ssse3_palignr.ll index 93407f570d..f62ca118c1 100644 --- a/test/Bitcode/ssse3_palignr.ll +++ b/test/Bitcode/ssse3_palignr.ll @@ -1,2 +1,2 @@ ; RUN: llvm-dis < %s.bc | FileCheck %s -; CHECK-NOT: {@llvm\\.palign}
\ No newline at end of file +; CHECK-NOT: {@llvm\\.palign} |