Advertisement
Guest User

alternateLoop

a guest
Apr 1st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. j0 = 0 {BB1}
  2. i0 = 1
  3. -----------------------
  4. L1:
  5. j1 = phi(j2, j0) {BB2}
  6. j2 = i1 + 1
  7. if i0 < 10 goto L1
  8. -----------------------
  9. ... {BB3}
  10.  
  11.  
  12. ↓-------|
  13. BB1 ------> BB2 ----↑
  14. |-------> BB4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement