Add missing newline to debug statement.
[llvm.git] / test / CodeGen / X86 / 2009-06-03-Win64SpillXMM.ll
blob810a6f4d6c65cadcd6979e609b1c0d47df556f3d
1 ; RUN: llc < %s -o %t1
2 ; RUN: grep "subq.*\\\$72, \\\%rsp" %t1
3 ; RUN: grep "movaps     \\\%xmm8, 32\\\(\\\%rsp\\\)" %t1
4 ; RUN: grep "movaps     \\\%xmm7, 48\\\(\\\%rsp\\\)" %t1
5 target triple = "x86_64-pc-mingw64"
7 define i32 @a() nounwind {
8 entry:
9         tail call void asm sideeffect "", "~{xmm7},~{xmm8},~{dirflag},~{fpsr},~{flags}"() nounwind
10         ret i32 undef