mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user