Eliminate some redundant llvm-as calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2009-10-12 09:31:55 +00:00
parent d75d267367
commit 90869455b5
13 changed files with 13 additions and 13 deletions

View File

@@ -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-i16:8:8-i32:8:8"
target triple = "msp430-generic-generic"
@foo = common global i8 0, align 1