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
This commit is contained in:
H.J. Lu 2008-06-05 13:21:04 +00:00 committed by H.J. Lu
parent a39e2a91ba
commit bd7415dbca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned

View File

@ -5268,7 +5268,7 @@ setup_incoming_varargs_64 (CUMULATIVE_ARGS *cum)
label_ref = gen_rtx_LABEL_REF (Pmode, label);
/* 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);
nsse_reg = gen_reg_rtx (Pmode);
emit_insn (gen_zero_extendqidi2 (nsse_reg, gen_rtx_REG (QImode, AX_REG)));