summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-04-02 19:44:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-04-02 19:44:20 +0000
commitce167840b2408e531fb7616627ff1bf769b4a111 (patch)
tree3c26dcdd3f61fa30e5f6674990e7ef85df63f475 /test/CodeGen/XCore
parenta551a48402385cf3f4b754dc72264b2f0974b1a6 (diff)
downloadllvm-ce167840b2408e531fb7616627ff1bf769b4a111.tar.gz
llvm-ce167840b2408e531fb7616627ff1bf769b4a111.tar.bz2
llvm-ce167840b2408e531fb7616627ff1bf769b4a111.tar.xz
No need to run llvm-as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/XCore')
-rw-r--r--test/CodeGen/XCore/ladd_lsub_combine.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/ladd_lsub_combine.ll b/test/CodeGen/XCore/ladd_lsub_combine.ll
index a693ee2229..cd89966bcd 100644
--- a/test/CodeGen/XCore/ladd_lsub_combine.ll
+++ b/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 {