Commit 9da72d66 by Sandra Loosemore Committed by Sandra Loosemore

regclass.c (init_reg_autoinc): Fix typo.

2007-08-27  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* regclass.c (init_reg_autoinc): Fix typo.

From-SVN: r127836
parent da3ce502
2007-08-27 Sandra Loosemore <sandra@codesourcery.com>
* regclass.c (init_reg_autoinc): Fix typo.
2007-08-27 Daniel Berlin <dberlin@dberlin.org> 2007-08-27 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/33173 Fix PR tree-optimization/33173
......
...@@ -1221,7 +1221,7 @@ init_reg_autoinc (void) ...@@ -1221,7 +1221,7 @@ init_reg_autoinc (void)
#ifdef FORBIDDEN_INC_DEC_CLASSES #ifdef FORBIDDEN_INC_DEC_CLASSES
int i; int i;
memset (forbidden_inc_dec_class, 0, sizeof forbidden_inc_dec_classes); memset (forbidden_inc_dec_class, 0, sizeof forbidden_inc_dec_class);
for (i = 0; i < N_REG_CLASSES; i++) for (i = 0; i < N_REG_CLASSES; i++)
{ {
rtx r = gen_rtx_raw_REG (VOIDmode, 0); rtx r = gen_rtx_raw_REG (VOIDmode, 0);
......
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