diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 09:31:55 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 09:31:55 +0000 |
commit | 258c7fa33ad329e6656fe666bc28e77da17ffe4b (patch) | |
tree | f6d4b074f4fc3fc681ee9dd8c0b94f2a1533abe8 /llvm/test/CodeGen/MSP430/Inst8rr.ll | |
parent | 1c591f74c7317216ef24c7a30ba19978ebac0f41 (diff) | |
download | bcm5719-llvm-258c7fa33ad329e6656fe666bc28e77da17ffe4b.tar.gz bcm5719-llvm-258c7fa33ad329e6656fe666bc28e77da17ffe4b.zip |
Eliminate some redundant llvm-as calls.
llvm-svn: 83837
Diffstat (limited to 'llvm/test/CodeGen/MSP430/Inst8rr.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/Inst8rr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/Inst8rr.ll b/llvm/test/CodeGen/MSP430/Inst8rr.ll index 9090c36134e..90ea94516ab 100644 --- a/llvm/test/CodeGen/MSP430/Inst8rr.ll +++ b/llvm/test/CodeGen/MSP430/Inst8rr.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" |