aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/profiling/test_profiling.rtl.25
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/profiling/test_profiling.rtl.25')
-rw-r--r--test/monniaux/profiling/test_profiling.rtl.2521
1 files changed, 0 insertions, 21 deletions
diff --git a/test/monniaux/profiling/test_profiling.rtl.25 b/test/monniaux/profiling/test_profiling.rtl.25
deleted file mode 100644
index 9102f74f..00000000
--- a/test/monniaux/profiling/test_profiling.rtl.25
+++ /dev/null
@@ -1,21 +0,0 @@
-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: nop
- 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
-}
-