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