~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to src/relooper/test3.txt

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ep
 
2
do {
 
3
  if (ep -> LBB1) {
 
4
    LBB1
 
5
    if (!(LBB1 -> LBB2)) {
 
6
      break;
 
7
    }
 
8
    LBB2
 
9
  }
 
10
} while(0);
 
11
LBB3
 
12
L5: do {
 
13
  if (LBB3 -> LBB4) {
 
14
    LBB4
 
15
    if (!(LBB4 -> LBB5)) {
 
16
      break;
 
17
    }
 
18
    while(1) {
 
19
      LBB5
 
20
      if (LBB5 -> LBB6) {
 
21
        break L5;
 
22
      }
 
23
    }
 
24
  }
 
25
} while(0);
 
26
LBB6
 
27