mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
Shuffle testcases around
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
; test ret
|
|
||||||
void %main() {
|
|
||||||
BB0:
|
|
||||||
%X = add int 1, 2
|
|
||||||
%Y = add int %X, %X
|
|
||||||
ret void
|
|
||||||
}
|
|
@@ -1,4 +0,0 @@
|
|||||||
; test ret of an integer
|
|
||||||
int %main() {
|
|
||||||
ret int 0
|
|
||||||
}
|
|
@@ -1,5 +0,0 @@
|
|||||||
; test a simple add
|
|
||||||
int %main() {
|
|
||||||
%X = add int 1, 2
|
|
||||||
ret int %X
|
|
||||||
}
|
|
Reference in New Issue
Block a user