summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2017-08-10 18:40:39 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2017-08-10 18:40:39 +0000
commit6b90c65631eae77e26b7f88e79c510bcb9a1d450 (patch)
tree1b1cd8d8a6cff22af45f68e14d5951a644952420
parent4b06e27c8a9fef48b769ebba569fc140105999bc (diff)
downloadgcc-6b90c65631eae77e26b7f88e79c510bcb9a1d450.tar.gz
* config/i386/i386.c (ix86_split_stack_boundary): Add comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251033 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 1 insertions, 1 deletions
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)