Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- f (int n, int m, int l, int r)
- {
- int _1;
- int _2;
- int _3;
- int _8;
- int _9;
- <bb 2>:
- _1 = n_4(D) | m_5(D);
- if (_1 != 0)
- goto <bb 4>;
- else
- goto <bb 3>;
- <bb 3>:
- _2 = l_6(D) | r_7(D);
- if (_2 != 0)
- goto <bb 4>;
- else
- goto <bb 5>;
- <bb 4>:
- _9 = 1;
- goto <bb 6>;
- <bb 5>:
- _8 = 0;
- <bb 6>:
- # _3 = PHI <_9(4), _8(5)>
- return _3;
- }
Add Comment
Please, Sign In to add comment