Commit bd7415db by H.J. Lu Committed by H.J. Lu

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

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

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

From-SVN: r136395
parent a39e2a91
2008-06-04 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (setup_incoming_varargs_64): Fix a typo
in comments.
2008-06-04 Junjie Gu <jgu@tensilica.com> 2008-06-04 Junjie Gu <jgu@tensilica.com>
* config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned * config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned
......
...@@ -5268,7 +5268,7 @@ setup_incoming_varargs_64 (CUMULATIVE_ARGS *cum) ...@@ -5268,7 +5268,7 @@ setup_incoming_varargs_64 (CUMULATIVE_ARGS *cum)
label_ref = gen_rtx_LABEL_REF (Pmode, label); label_ref = gen_rtx_LABEL_REF (Pmode, label);
/* Compute address to jump to : /* Compute address to jump to :
label - 5*eax + nnamed_sse_arguments*5 */ label - eax*4 + nnamed_sse_arguments*4 */
tmp_reg = gen_reg_rtx (Pmode); tmp_reg = gen_reg_rtx (Pmode);
nsse_reg = gen_reg_rtx (Pmode); nsse_reg = gen_reg_rtx (Pmode);
emit_insn (gen_zero_extendqidi2 (nsse_reg, gen_rtx_REG (QImode, AX_REG))); emit_insn (gen_zero_extendqidi2 (nsse_reg, gen_rtx_REG (QImode, AX_REG)));
......
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