Start function numbering at 0.
[oota-llvm.git] / test / CodeGen / XCore / pow.ll
index a7b6318c1091db89771c486f6ccb0cf244e0b80a..b461185b7fde470e9801c911dbcf7dc057116613 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
 ; RUN: grep "bl powf" %t1.s | count 1
 ; RUN: grep "bl pow" %t1.s | count 2
 declare double @llvm.pow.f64(double, double)