summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_align.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_align.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_align.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_align.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_align.ll b/llvm/test/CodeGen/X86/vec_align.ll
index 8d70c9ae7eb..d88104d79e8 100644
--- a/llvm/test/CodeGen/X86/vec_align.ll
+++ b/llvm/test/CodeGen/X86/vec_align.ll
@@ -7,7 +7,7 @@ target triple = "i686-apple-darwin8"
@G = external global { float,float,float,float}, align 16
-define %f4 @test1(float %W, float %X, float %Y, float %Z) {
+define %f4 @test1(float %W, float %X, float %Y, float %Z) nounwind {
%tmp = insertelement %f4 undef, float %W, i32 0
%tmp2 = insertelement %f4 %tmp, float %X, i32 1
%tmp4 = insertelement %f4 %tmp2, float %Y, i32 2
@@ -15,7 +15,7 @@ define %f4 @test1(float %W, float %X, float %Y, float %Z) {
ret %f4 %tmp6
}
-define %f4 @test2() {
+define %f4 @test2() nounwind {
%Wp = getelementptr { float,float,float,float}* @G, i32 0, i32 0
%Xp = getelementptr { float,float,float,float}* @G, i32 0, i32 1
%Yp = getelementptr { float,float,float,float}* @G, i32 0, i32 2
OpenPOWER on IntegriCloud