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