aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-08-10 15:15:48 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-08-16 08:04:42 +0000
commit436689e281efbae79c6bb241bfa4a1a726f33b7c (patch)
tree5f3a45302b085d7e412d77aa8a4bfbfafed679bf
parent97b321da8df5b7d0d8c42d9048d85d8db1539014 (diff)
gcc/
Backport from trunk r249223. 2017-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * emit-rtl.h (is_leaf): Update comment about local register allocator. Change-Id: I59ff8f55c7c3e870ba71e6500abb7282525559f4
-rw-r--r--gcc/emit-rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h
index da60a2d808c..b455b4c00fb 100644
--- a/gcc/emit-rtl.h
+++ b/gcc/emit-rtl.h
@@ -267,7 +267,7 @@ struct GTY(()) rtl_data {
/* Nonzero if function being compiled doesn't contain any calls
(ignoring the prologue and epilogue). This is set prior to
- local register allocation and is valid for the remaining
+ register allocation in IRA and is valid for the remaining
compiler passes. */
bool is_leaf;