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:
Chris Lattner 2002-11-21 17:20:12 +00:00
parent 2b905fdb81
commit 9932bcddfc
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
}