Commit 5b2314f6 by H.J. Lu Committed by H.J. Lu

i386.c (ix86_compute_frame_layout): Fix a typo in comments.

2008-08-04  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.c (ix86_compute_frame_layout): Fix a typo
	in comments.

From-SVN: r138611
parent b1c11e0e
2008-08-04 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_compute_frame_layout): Fix a typo
in comments.
2008-08-03 Uros Bizjak <ubizjak@gmail.com> 2008-08-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/mmx.md (*mov<mode>_internal_rex64): Use Yi instead of x * config/i386/mmx.md (*mov<mode>_internal_rex64): Use Yi instead of x
......
...@@ -7287,7 +7287,8 @@ ix86_compute_frame_layout (struct ix86_frame *frame) ...@@ -7287,7 +7287,8 @@ ix86_compute_frame_layout (struct ix86_frame *frame)
frame->hard_frame_pointer_offset = offset; frame->hard_frame_pointer_offset = offset;
/* Set offset to aligned because the realigned frame tarts from here. */ /* Set offset to aligned because the realigned frame starts from
here. */
if (stack_realign_fp) if (stack_realign_fp)
offset = (offset + stack_alignment_needed -1) & -stack_alignment_needed; offset = (offset + stack_alignment_needed -1) & -stack_alignment_needed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment