From 258c7fa33ad329e6656fe666bc28e77da17ffe4b Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 12 Oct 2009 09:31:55 +0000 Subject: Eliminate some redundant llvm-as calls. llvm-svn: 83837 --- llvm/test/CodeGen/MSP430/Inst8mi.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/MSP430/Inst8mi.ll') diff --git a/llvm/test/CodeGen/MSP430/Inst8mi.ll b/llvm/test/CodeGen/MSP430/Inst8mi.ll index 56a9b129481..ef318ce1590 100644 --- a/llvm/test/CodeGen/MSP430/Inst8mi.ll +++ b/llvm/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 -- cgit v1.2.3