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