X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Finline-sse.ll;h=08819b858293d7e7e430547f04aa694c14e27a5f;hp=78d6b762b5e51c72f3588da51091eb170ece780d;hb=19d1ebc725d69dd55a9113fdba1e529553a17e96;hpb=e193ff319c736fa0eaeefb8a6dfc900545324faa diff --git a/test/CodeGen/X86/inline-sse.ll b/test/CodeGen/X86/inline-sse.ll index 78d6b762b5e..08819b85829 100644 --- a/test/CodeGen/X86/inline-sse.ll +++ b/test/CodeGen/X86/inline-sse.ll @@ -21,11 +21,9 @@ define void @nop() nounwind { ; ; X64-LABEL: nop: ; X64: # BB#0: -; X64-NEXT: subq $24, %rsp ; X64-NEXT: #APP ; X64-NEXT: #NO_APP -; X64-NEXT: movaps %xmm0, (%rsp) -; X64-NEXT: addq $24, %rsp +; X64-NEXT: movaps %xmm0, -{{[0-9]+}}(%rsp) ; X64-NEXT: retq %1 = alloca <4 x float>, align 16 %2 = call <4 x float> asm "", "=x,~{dirflag},~{fpsr},~{flags}"()