Fix PR6300.
[oota-llvm.git] / test / CodeGen / XCore / sqrt.ll
index c0144368ec529905d15a4a0b2e67c0b6794a159a..364d1a14c6ae3ffa83fff0f97953b4be596d1a88 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 sqrtf" %t1.s | count 1
 ; RUN: grep "bl sqrt" %t1.s | count 2
-; XFAIL: *
 declare double @llvm.sqrt.f64(double)
 
 define double @test(double %F) {