va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / sext-trunc.ll
index 97b46668270239563417daa14070f566b2cc5104..2eaf42577c701adc6f9d150bfdcda6f7b8bae555 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86 > %t
 ; RUN: grep movsbl %t
 ; RUN: not grep movz %t
 ; RUN: not grep and %t