comparison test/CodeGen/PowerPC/calls.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 95c75e76d11b
children 803732b1fca8
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 ; Test various forms of calls. 1 ; Test various forms of calls.
2 2
3 ; RUN: llc < %s -march=ppc32 | \ 3 ; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \
4 ; RUN: grep "bl " | count 1 4 ; RUN: grep "bl " | count 1
5 ; RUN: llc < %s -march=ppc32 | \ 5 ; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \
6 ; RUN: grep "bctrl" | count 1 6 ; RUN: grep "bctrl" | count 1
7 ; RUN: llc < %s -march=ppc32 | \ 7 ; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \
8 ; RUN: grep "bla " | count 1 8 ; RUN: grep "bla " | count 1
9 9
10 declare void @foo() 10 declare void @foo()
11 11
12 define void @test_direct() { 12 define void @test_direct() {