For PR950:

These tests need to be upgraded in preparation for the SETCC patch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-12-19 02:09:20 +00:00
parent 0db64caad9
commit 81daddbf0d
6 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: llvm-upgrade < %s | llvm-as -o %t.bc -f
; RUN: lli %t.bc > /dev/null
implementation

View File

@ -1,4 +1,4 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; Testcase distilled from 256.bzip2.

View File

@ -1,4 +1,4 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; test unconditional branch

View File

@ -1,8 +1,7 @@
; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc
; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null
int %foo() {
ret int 0
}

View File

@ -1,8 +1,6 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null
int %main() {
br label %Loop
Loop:

View File

@ -1,4 +1,4 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null