Content deleted Content added
Jan Winnicki (talk | contribs) →Examples: fix dead link |
Jan Winnicki (talk | contribs) →C example 1: ref pages |
||
Line 22:
===C example 1===
This example<ref>{{cite journal|last1=Sayle|first1=Roger Anthony|title=A Superoptimizer Analysis of Multiway Branch Code Generation|journal=Proceedings of the GCC Developers’ Summit|date=June 17, 2008|
<source lang="c">
if (((unsigned)x > 12) || ((unsigned)x <= 0) return 0; /*x>12 or x<=0?*/
|