commit | 1c301a8de25cc35ae384b63fc4560874dd6a27fd | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Mon Oct 12 09:31:55 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Mon Oct 12 09:31:55 2009 +0000 |
tree | 4ca44d300fdbbe23212b73471444198a30bff134 | |
parent | f402dc1c9976e809aec4d4e486e62496c9d92180 [diff] [blame] |
Eliminate some redundant llvm-as calls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83837 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/MSP430/Inst8mi.ll b/test/CodeGen/MSP430/Inst8mi.ll index 56a9b12..ef318ce 100644 --- a/test/CodeGen/MSP430/Inst8mi.ll +++ b/test/CodeGen/MSP430/Inst8mi.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s +; RUN: llc -march=msp430 < %s | FileCheck %s target datalayout = "e-p:16:8:8-i8:8:8-i8:8:8-i32:8:8" target triple = "msp430-generic-generic" @foo = common global i8 0, align 1