summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/exp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/exp.ll')
-rw-r--r--test/CodeGen/XCore/exp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/exp.ll b/test/CodeGen/XCore/exp.ll
index 8412e7a..d23d484 100644
--- a/test/CodeGen/XCore/exp.ll
+++ b/test/CodeGen/XCore/exp.ll
@@ -1,4 +1,4 @@
-; 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
declare double @llvm.exp.f64(double)
OpenPOWER on IntegriCloud