More interesting testcase

llvm-svn: 809
This commit is contained in:
Chris Lattner 2001-10-14 23:28:56 +00:00
parent e6c611b990
commit 197ac9c525
1 changed files with 7 additions and 0 deletions

View File

@ -4,12 +4,19 @@
%AConst = constant int 123
constant int 412
implementation
int "foo"(int %blah)
begin
store int %blah, int *%MyVar
store int 12, { \2 *, int } * %MyIntList, ubyte 1
;%ack = load int * %0 ;; Load from the unnamed constant
;%fzo = add int %ack, %blah
;ret int %fzo
ret int %blah
end
declare void "unimp"(float, double)