Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Feature / forwardreftest.ll
blob63eb90dc60cc07b31bafcda8698f572e080dd8eb
1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
5 %myty = type i32 
6 %myfn = type float (i32,double,i32,i16)
7 %0 = type i32(ptr)
8 %1 = type i32(i32)
9 %2 = type i32(ptr)
11   %thisfuncty = type ptr
13 declare void @F(%thisfuncty, %thisfuncty, %thisfuncty)
15 define i32 @zarro(i32 %Func) {
16 Startup:
17         add i32 0, 10           ; <i32>:0 [#uses=0]
18         ret i32 0
21 define i32 @test(i32) {
22         call void @F( %thisfuncty @zarro, %thisfuncty @test, %thisfuncty @foozball )
23         ret i32 0
26 define i32 @foozball(i32) {
27         ret i32 0