diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2017-05-24 14:12:00 +0000 |
---|---|---|
committer | Thomas Preud'homme <thopre01@gcc.gnu.org> | 2017-05-24 14:12:00 +0000 |
commit | 5bd5d23644ad4c5392e8f99db540226648cd88ad (patch) | |
tree | bb3870c807c15ad68cb5c82171cfdc86b7928d7b | |
parent | 8d0c9b36dd7ecb70b6c6bfa1eea747be33fc2e20 (diff) | |
download | gcc-5bd5d23644ad4c5392e8f99db540226648cd88ad.zip gcc-5bd5d23644ad4c5392e8f99db540226648cd88ad.tar.gz gcc-5bd5d23644ad4c5392e8f99db540226648cd88ad.tar.bz2 |
[ARM] Fix typo in comment in arm_expand_prologue
2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
gcc/
* config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
From-SVN: r248419
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a08d45c..c641aa0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * config/arm/arm.c (arm_expand_prologue): Fix typo in comment. + 2017-05-24 Peter Bergner <bergner@vnet.ibm.com> PR middle-end/80823 diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index a888e70..0c2fbd9 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -21583,7 +21583,7 @@ arm_expand_prologue (void) { /* If no coprocessor registers are being pushed and we don't have to worry about a frame pointer then push extra registers to - create the stack frame. This is done is a way that does not + create the stack frame. This is done in a way that does not alter the frame layout, so is independent of the epilogue. */ int n; int frame; |