va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / fp-stack-ret.ll
index 42cdb67cf5000f4fe7d4cde284b53e84c4ea35fd..c83a0cbf69e0c2d1209c9836b91f42e45359d2a6 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
-; RUN: grep fldl %t | wc -l | grep 1
-; RUN: not grep xmm %t &&
-; RUN: grep {sub.*esp} %t | wc -l | grep 1
+; RUN: llc < %s -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
+; RUN: grep fldl %t | count 1
+; RUN: not grep xmm %t
+; RUN: grep {sub.*esp} %t | count 1
 
 ; These testcases shouldn't require loading into an XMM register then storing 
 ; to memory, then reloading into an FPStack reg.