Test commit - added a new line to vec_shuf-insert.ll.
authorRobert Lougher <rob.lougher@gmail.com>
Mon, 10 Feb 2014 12:42:13 +0000 (12:42 +0000)
committerRobert Lougher <rob.lougher@gmail.com>
Mon, 10 Feb 2014 12:42:13 +0000 (12:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201083 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_shuf-insert.ll

index 254fdbc15b37f3c6b9638beb38450d41aee34118..2e1a1d61309f08a485ed95ad4e1f6ebe9cc9b807 100644 (file)
@@ -3,6 +3,7 @@
 ; These tests check that an insert_subvector which replaces one of the halves
 ; of a concat_vectors is optimized into a single vinsertf128.
 
+
 declare <8 x float> @llvm.x86.avx.vinsertf128.ps.256(<8 x float>, <4 x float>, i8)
 
 define <8 x float> @lower_half(<4 x float> %v1, <4 x float> %v2, <4 x float> %v3) {