aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test3.txt
blob: 51199f72a05b853e4d165dad9ae47f1d0733a77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ep
do {
 if (ep -> LBB1) {
  LBB1
  if (!(LBB1 -> LBB2)) {
   break;
  }
  LBB2
 }
} while(0);
LBB3
do {
 if (LBB3 -> LBB4) {
  LBB4
  if (!(LBB4 -> LBB5)) {
   break;
  }
  while(1) {
   LBB5
   if (LBB5 -> LBB6) {
    break;
   }
  }
 }
} while(0);
LBB6