summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/addsub64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/addsub64.ll')
-rw-r--r--test/CodeGen/XCore/addsub64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/addsub64.ll b/test/CodeGen/XCore/addsub64.ll
index 41224fca1c..a1494adfcc 100644
--- a/test/CodeGen/XCore/addsub64.ll
+++ b/test/CodeGen/XCore/addsub64.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore -mcpu=xs1b-generic > %t1.s
+; RUN: llc < %s -march=xcore -mcpu=xs1b-generic > %t1.s
; RUN: grep ladd %t1.s | count 2
; RUN: grep lsub %t1.s | count 2
define i64 @add64(i64 %a, i64 %b) {