summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_set.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-07 22:59:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-07 22:59:08 +0000
commit0d6311d46ca189d14051d5d6ca75f569e2a2c905 (patch)
treecbd604d2eff42b28ab159787a472ef00dbf56bb9 /llvm/test/CodeGen/X86/vec_set.ll
parentfc2edad4ae6d4e69732b2d400e299d5598ba3e9d (diff)
downloadbcm5719-llvm-0d6311d46ca189d14051d5d6ca75f569e2a2c905.tar.gz
bcm5719-llvm-0d6311d46ca189d14051d5d6ca75f569e2a2c905.zip
Add nounwind.
llvm-svn: 50837
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_set.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_set.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_set.ll b/llvm/test/CodeGen/X86/vec_set.ll
index b8e1534152d..77636eda1c0 100644
--- a/llvm/test/CodeGen/X86/vec_set.ll
+++ b/llvm/test/CodeGen/X86/vec_set.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep punpckl | count 7
-define void @test(<8 x i16>* %b, i16 %a0, i16 %a1, i16 %a2, i16 %a3, i16 %a4, i16 %a5, i16 %a6, i16 %a7) {
+define void @test(<8 x i16>* %b, i16 %a0, i16 %a1, i16 %a2, i16 %a3, i16 %a4, i16 %a5, i16 %a6, i16 %a7) nounwind {
%tmp = insertelement <8 x i16> zeroinitializer, i16 %a0, i32 0 ; <<8 x i16>> [#uses=1]
%tmp2 = insertelement <8 x i16> %tmp, i16 %a1, i32 1 ; <<8 x i16>> [#uses=1]
%tmp4 = insertelement <8 x i16> %tmp2, i16 %a2, i32 2 ; <<8 x i16>> [#uses=1]
OpenPOWER on IntegriCloud