Add full x86 fast-isel support for memcpy and memset.
[oota-llvm.git] / test / CodeGen / X86 / fp-stack-ret.ll
index 3e6ad54e73b3d187924424af08c682ee78ff4cb3..c83a0cbf69e0c2d1209c9836b91f42e45359d2a6 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
+; 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