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,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
}