X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fsse-align-11.ll;h=9f5d4b40d61a0f48e867f4246f420483eea58417;hb=0b66636879bc478781ea6ed7541cdc1d13ee714d;hp=81471bd5be540d27f5abb2edb84a60b978861b0e;hpb=e9d666e7fbd518032857e20a2090468f40d25330;p=oota-llvm.git diff --git a/test/CodeGen/X86/sse-align-11.ll b/test/CodeGen/X86/sse-align-11.ll index 81471bd5be5..9f5d4b40d61 100644 --- a/test/CodeGen/X86/sse-align-11.ll +++ b/test/CodeGen/X86/sse-align-11.ll @@ -1,7 +1,8 @@ -; 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 +; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps +; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movaps +; PR8969 - make 32-bit linux have a 16-byte aligned stack -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