Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / sse-align-11.ll
index 81471bd5be540d27f5abb2edb84a60b978861b0e..a10b102c6b952cb2ea1a160942e7edd0ff784b61 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=linux | grep movups
 
-define <4 x float> @foo(float %a, float %b, float %c, float %d) {
+define <4 x float> @foo(float %a, float %b, float %c, float %d) nounwind {
 entry:
         %tmp6 = insertelement <4 x float> undef, float %a, i32 0               
         %tmp7 = insertelement <4 x float> %tmp6, float %b, i32 1