aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/profiling/test_profiling.rtl.20
blob: 091878ecc12fd8b2b76bd3c67eb5bd977af0287a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
main(x2, x1) {
   15:	if (x2 <s 2) goto 14 else goto 13 (prediction: fallthrough)
   14:	x5 = 1
	goto 1
   13:	x12 = int64[x1 + 8]
   12:	x3 = "atoi"(x12)
   11:	x4 = x3
   10:	if (x3 <=s 0) goto 9 else goto 4 (prediction: fallthrough)
    9:	if (x3 ==s 0) goto 6 else goto 8 (prediction: none)
    8:	x10 = "__stringlit_1" + 0
    7:	x11 = "printf"(x10)
	goto 2
    6:	x8 = "__stringlit_2" + 0
    5:	x9 = "printf"(x8)
	goto 2
    4:	x6 = "__stringlit_3" + 0
    3:	x7 = "printf"(x6)
    2:	x5 = 0
    1:	return x5
}