Fix the "test" optimization to recognize "dec" as an add of
[oota-llvm.git] / test / CodeGen / XCore / sin.ll
index 6789c681eaa7a55ff6d57976d9a1113eeb34b353..41aab675953f22fe4333665995d78d1f4177f13b 100644 (file)
@@ -1,7 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=xcore > %t1.s
 ; RUN: grep "bl sinf" %t1.s | count 1
 ; RUN: grep "bl sin" %t1.s | count 2
-; XFAIL: *
 declare double @llvm.sin.f64(double)
 
 define double @test(double %F) {