mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
This test needs to be upgraded in preparation for the SETCC patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32667 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b717d10c7e
commit
0db64caad9
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
void %QRiterate(int %p.1, double %tmp.212) {
|
void %QRiterate(int %p.1, double %tmp.212) {
|
||||||
entry: ; No predecessors!
|
entry: ; No predecessors!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
;; Date: May 28, 2003.
|
;; Date: May 28, 2003.
|
||||||
;; From: test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
|
;; From: test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
;; Date: May 28, 2003.
|
;; Date: May 28, 2003.
|
||||||
;; From: test/Programs/MultiSource/Olden-perimeter/maketree.c
|
;; From: test/Programs/MultiSource/Olden-perimeter/maketree.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
;; Date: Jul 29, 2003.
|
;; Date: Jul 29, 2003.
|
||||||
;; From: test/Programs/MultiSource/Ptrdist-bc
|
;; From: test/Programs/MultiSource/Ptrdist-bc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
; This caused a problem because the argument of a call was defined by
|
; This caused a problem because the argument of a call was defined by
|
||||||
; the return value of another call that appears later in the code.
|
; the return value of another call that appears later in the code.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
; On this code, llc did not pass the sixth argument (%reg321) to printf.
|
; On this code, llc did not pass the sixth argument (%reg321) to printf.
|
||||||
; It passed the first five in %o0 - %o4, but never initialized %o5.
|
; It passed the first five in %o0 - %o4, but never initialized %o5.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as -f %s -o - | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user