From: Uros Bizjak Date: Thu, 10 Aug 2017 18:40:39 +0000 (+0200) Subject: * config/i386/i386.c (ix86_split_stack_boundary): Add comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0a10c6defa8e52d7b43aff169115028f07fb744;p=gcc.git * config/i386/i386.c (ix86_split_stack_boundary): Add comment. From-SVN: r251033 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 1f89ad1425f..1204e111bb8 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -15785,7 +15785,7 @@ static GTY(()) rtx split_stack_fn; static GTY(()) rtx split_stack_fn_large; -/* */ +/* Return location of the stack boundary value in the TLS block. */ rtx ix86_split_stack_boundary (void)