no need to run llvm-as here.

llvm-svn: 96826
This commit is contained in:
Chris Lattner 2010-02-22 23:34:12 +00:00
parent 3688b8fa68
commit 72334622d6
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
; RUN: llc < %s -march=msp430 | FileCheck %s
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:16"
target triple = "msp430-generic-generic"

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
; RUN: llc < %s -march=msp430 | FileCheck %s
target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:16"
target triple = "msp430-generic-generic"

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
; RUN: llc < %s -march=msp430 | FileCheck %s
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:16"
target triple = "msp430-generic-generic"

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
; RUN: llc < %s -march=msp430 | FileCheck %s
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:16"
target triple = "msp430-generic-generic"

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
; RUN: llc < %s -march=msp430 | FileCheck %s
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:32"
target triple = "msp430-generic-generic"