[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
This commit is contained in:
Thomas Preud'homme 2017-05-24 14:12:00 +00:00 committed by Thomas Preud'homme
parent 8d0c9b36dd
commit 5bd5d23644
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;