Shuffle testcases around

llvm-svn: 4807
This commit is contained in:
Chris Lattner 2002-11-21 17:20:12 +00:00
parent 76116fae3e
commit 61574bb7ad
4 changed files with 0 additions and 16 deletions

View File

@ -1,7 +0,0 @@
; test ret
void %main() {
BB0:
%X = add int 1, 2
%Y = add int %X, %X
ret void
}

View File

@ -1,4 +0,0 @@
; test ret of an integer
int %main() {
ret int 0
}

View File

@ -1,5 +0,0 @@
; test a simple add
int %main() {
%X = add int 1, 2
ret int %X
}