diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-04-02 19:44:20 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-04-02 19:44:20 +0000 |
commit | ce167840b2408e531fb7616627ff1bf769b4a111 (patch) | |
tree | 3c26dcdd3f61fa30e5f6674990e7ef85df63f475 /test/CodeGen/XCore | |
parent | a551a48402385cf3f4b754dc72264b2f0974b1a6 (diff) | |
download | external_llvm-ce167840b2408e531fb7616627ff1bf769b4a111.zip external_llvm-ce167840b2408e531fb7616627ff1bf769b4a111.tar.gz external_llvm-ce167840b2408e531fb7616627ff1bf769b4a111.tar.bz2 |
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.ll | 2 |
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 a693ee2..cd89966 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 { |