Guest User

Untitled

a guest
Nov 15th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. f (int n, int m, int l, int r)
  2. {
  3. int _1;
  4. int _2;
  5. int _3;
  6. int _8;
  7. int _9;
  8.  
  9. <bb 2>:
  10. _1 = n_4(D) | m_5(D);
  11. if (_1 != 0)
  12. goto <bb 4>;
  13. else
  14. goto <bb 3>;
  15.  
  16. <bb 3>:
  17. _2 = l_6(D) | r_7(D);
  18. if (_2 != 0)
  19. goto <bb 4>;
  20. else
  21. goto <bb 5>;
  22.  
  23. <bb 4>:
  24. _9 = 1;
  25. goto <bb 6>;
  26.  
  27. <bb 5>:
  28. _8 = 0;
  29.  
  30. <bb 6>:
  31. # _3 = PHI <_9(4), _8(5)>
  32. return _3;
  33.  
  34. }
Add Comment
Please, Sign In to add comment