X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2009-06-03-Win64SpillXMM.ll;fp=test%2FCodeGen%2FX86%2F2009-06-03-Win64SpillXMM.ll;h=dfb98bb1ab39fcaf416c4bdf539384d161fd0411;hb=5b8e73ef81bdbc3ce4d020f66d875e22827b7626;hp=1259cf47b2bc247facbf460f0ee4194da23bcd14;hpb=20dead8d0ce64f70e1dcf558f69b6d725ba18d9d;p=oota-llvm.git diff --git a/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll b/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll index 1259cf47b2b..dfb98bb1ab3 100644 --- a/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll +++ b/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll @@ -1,7 +1,7 @@ ; RUN: llc -mcpu=generic -mtriple=x86_64-mingw32 < %s | FileCheck %s ; CHECK: subq $40, %rsp -; CHECK: movaps %xmm8, (%rsp) -; CHECK: movaps %xmm7, 16(%rsp) +; CHECK: movaps %xmm8, 16(%rsp) +; CHECK: movaps %xmm7, (%rsp) define i32 @a() nounwind { entry: