Commit e2724fd2 by Jonathan Wakely Committed by Jonathan Wakely

extend.texi (__builtin_expect): Improve example.

2011-12-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
	    Jim Avera  <james_avera@yahoo.com>

	* doc/extend.texi (__builtin_expect): Improve example.  

Co-Authored-By: Jim Avera <james_avera@yahoo.com>

From-SVN: r182608
parent a6dcb7d4
2011-12-21 Jonathan Wakely <jwakely.gcc@gmail.com>
Jim Avera <james_avera@yahoo.com>
* doc/extend.texi (__builtin_expect): Improve example.
2011-12-21 Uros Bizjak <ubizjak@gmail.com> 2011-12-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_option_override_internal): Enable flag_ree * config/i386/i386.c (ix86_option_override_internal): Enable flag_ree
...@@ -7932,7 +7932,7 @@ expressions for @var{exp}, you should use constructions such as ...@@ -7932,7 +7932,7 @@ expressions for @var{exp}, you should use constructions such as
@smallexample @smallexample
if (__builtin_expect (ptr != NULL, 1)) if (__builtin_expect (ptr != NULL, 1))
error (); foo (*ptr);
@end smallexample @end smallexample
@noindent @noindent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment