summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/XCore/ladd_lsub_combine.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/ladd_lsub_combine.ll b/llvm/test/CodeGen/XCore/ladd_lsub_combine.ll
index a693ee22291..cd89966bcde 100644
--- a/llvm/test/CodeGen/XCore/ladd_lsub_combine.ll
+++ b/llvm/test/CodeGen/XCore/ladd_lsub_combine.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore | FileCheck %s
+; RUN: llc -march=xcore < %s | FileCheck %s
; Only needs one ladd
define i64 @f1(i32 %x, i32 %y) nounwind {
OpenPOWER on IntegriCloud