1 ; Test various forms of calls.
3 ; RUN: llc < %s -march=ppc32 | \
4 ; RUN: grep {bl } | count 2
5 ; RUN: llc < %s -march=ppc32 | \
6 ; RUN: grep {bctrl} | count 1
7 ; RUN: llc < %s -march=ppc32 | \
8 ; RUN: grep {bla } | count 1
12 define void @test_direct() {
17 define void @test_extsym(i8* %P) {
22 define void @test_indirect(void ()* %fp) {
27 define void @test_abs() {
28 %fp = inttoptr i32 400 to void ()* ; <void ()*> [#uses=1]