PR 65129
* doc/extend.texi (__builtin_assume_aligned): Fix formatting of
return value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230451
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-11-16 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR 65129
+ * doc/extend.texi (__builtin_assume_aligned): Fix formatting of
+ return value.
+
2015-11-16 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/vsx.md (VSX_L): Do not include IBM extended double
@end deftypefn
-@deftypefn {Built-in Function} void *__builtin_assume_aligned (const void *@var{exp}, size_t @var{align}, ...)
+@deftypefn {Built-in Function} {void *} __builtin_assume_aligned (const void *@var{exp}, size_t @var{align}, ...)
This function returns its first argument, and allows the compiler
to assume that the returned pointer is at least @var{align} bytes
aligned. This built-in can have either two or three arguments,