va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / 2006-07-31-SingleRegClass.ll
index 2a521ad73885be01d28598f7e035ee939f2d6322..3159cec8553e416a47d3153ddd67f93bd073e344 100644 (file)
@@ -1,5 +1,5 @@
 ; PR850
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att > %t
+; RUN: llc < %s -march=x86 -x86-asm-syntax=att > %t
 ; RUN: grep {movl 4(%eax),%ebp} %t
 ; RUN: grep {movl 0(%eax), %ebx} %t