From: Rafael Espindola Date: Mon, 2 Apr 2012 19:44:20 +0000 (+0000) Subject: No need to run llvm-as. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ce167840b2408e531fb7616627ff1bf769b4a111;p=oota-llvm.git No need to run llvm-as. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/XCore/ladd_lsub_combine.ll b/test/CodeGen/XCore/ladd_lsub_combine.ll index a693ee22291..cd89966bcde 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 {