RFA: hook doc patch (107/112): TARGET_RELAXED_ORDERING

Joern Rennecke amylaar@spamcop.net
Sat Jan 16 13:53:00 GMT 2010


-------------- next part --------------
2010-01-15  Joern Rennecke  <amylaar@spamcop.net>

	* tm.texi (TARGET_RELAXED_ORDERING): Use @deftypevr.

Index: tm.texi
===================================================================
--- tm.texi	(revision 155367)
+++ tm.texi	(working copy)
@@ -10925,7 +10978,7 @@ routine for target specific customizatio
 and scanf formatter settings.
 @end defmac
 
-@deftypefn {Target Hook} bool TARGET_RELAXED_ORDERING
+@deftypevr {Target Hook} bool TARGET_RELAXED_ORDERING
 If set to @code{true}, means that the target's memory model does not
 guarantee that loads which do not depend on one another will access
 main memory in the order of the instruction stream; if ordering is
@@ -10933,5 +10986,5 @@ important, an explicit memory barrier mu
 many recent processors which implement a policy of ``relaxed,''
 ``weak,'' or ``release'' memory consistency, such as Alpha, PowerPC,
 and ia64.  The default is @code{false}.
-@end deftypefn
+@end deftypevr
 


More information about the Gcc-patches mailing list