summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/cos.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/cos.ll')
-rw-r--r--test/CodeGen/XCore/cos.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/cos.ll b/test/CodeGen/XCore/cos.ll
index 334f0d5..8211f85 100644
--- a/test/CodeGen/XCore/cos.ll
+++ b/test/CodeGen/XCore/cos.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
; RUN: grep "bl cosf" %t1.s | count 1
; RUN: grep "bl cos" %t1.s | count 2
declare double @llvm.cos.f64(double)
OpenPOWER on IntegriCloud