diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:53:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:53:17 +0000 |
commit | d2075586c82104fe01c7de351b4df98833116e64 (patch) | |
tree | fd90fab2d2874d65978558eb65efd219cc6b8c5e /test/CodeGen/X86/vec_shuffle-36.ll | |
parent | 1ca6531e2e8e1b3a4f6c48888568450ecf614004 (diff) | |
download | external_llvm-d2075586c82104fe01c7de351b4df98833116e64.zip external_llvm-d2075586c82104fe01c7de351b4df98833116e64.tar.gz external_llvm-d2075586c82104fe01c7de351b4df98833116e64.tar.bz2 |
add newlines at the end of files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-36.ll')
-rw-r--r-- | test/CodeGen/X86/vec_shuffle-36.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-36.ll b/test/CodeGen/X86/vec_shuffle-36.ll index 1ea37c8..8090afc 100644 --- a/test/CodeGen/X86/vec_shuffle-36.ll +++ b/test/CodeGen/X86/vec_shuffle-36.ll @@ -13,4 +13,4 @@ define <8 x i16> @shuf7(<8 x i16> %t0) { ; CHECK: pshufd %tmp10 = shufflevector <8 x i16> %t0, <8 x i16> undef, <8 x i32> < i32 undef, i32 2, i32 2, i32 2, i32 2, i32 2, i32 undef, i32 undef > ret <8 x i16> %tmp10 -}
\ No newline at end of file +} |