fix an x86 fast isel issue where we'd completely give up on folding an address
[oota-llvm.git] / test / CodeGen / XCore / log.ll
index da08506736c319f3ed12540b8bba15daa4e78ff4..a08471f48e4aeb8ddca0a4d4b4893db85acc586a 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 logf" %t1.s | count 1
 ; RUN: grep "bl log" %t1.s | count 2
-; XFAIL: *
 declare double @llvm.log.f64(double)
 
 define double @test(double %F) {