summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/addsub64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/XCore/addsub64.ll')
-rw-r--r--llvm/test/CodeGen/XCore/addsub64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/addsub64.ll b/llvm/test/CodeGen/XCore/addsub64.ll
index 41224fca1cc..a1494adfcc4 100644
--- a/llvm/test/CodeGen/XCore/addsub64.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud