Fix crash with varargs function with no named parameters.
[oota-llvm.git] / test / CodeGen / XCore / cos.ll
index d19ec284de3c649fcd78f97b553c0def19e802d3..8211f85b9bc29cdde1f12ee5641b07c5028c8198 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
 ; RUN: grep "bl cosf" %t1.s | count 1
 ; RUN: grep "bl cos" %t1.s | count 2
-; XFAIL: *
 declare double @llvm.cos.f64(double)
 
 define double @test(double %F) {