summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lougher <rob.lougher@gmail.com>2014-02-10 12:42:13 +0000
committerRobert Lougher <rob.lougher@gmail.com>2014-02-10 12:42:13 +0000
commit5a2ae984073242d922850d23c859cc0439b54401 (patch)
tree203a3b610aa4642218861218fbe9aebfa92e3bb7
parent3f14ca5e3027bae10203ea02e716a1a4c6fddf80 (diff)
downloadllvm-5a2ae984073242d922850d23c859cc0439b54401.tar.gz
llvm-5a2ae984073242d922850d23c859cc0439b54401.tar.bz2
llvm-5a2ae984073242d922850d23c859cc0439b54401.tar.xz
Test commit - added a new line to vec_shuf-insert.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201083 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/vec_shuf-insert.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/vec_shuf-insert.ll b/test/CodeGen/X86/vec_shuf-insert.ll
index 254fdbc15b..2e1a1d6130 100644
--- a/test/CodeGen/X86/vec_shuf-insert.ll
+++ b/test/CodeGen/X86/vec_shuf-insert.ll
@@ -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) {