function.c (free_after_compilation): Clear out regno_reg_rtx pointer.

* function.c (free_after_compilation): Clear out regno_reg_rtx
	pointer.

From-SVN: r134097
This commit is contained in:
Jan Hubicka 2008-04-08 18:33:46 +02:00 committed by Jan Hubicka
parent a95c8615e5
commit 57b9e36755
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-04-08 Jan Hubicka <jh@suse.cz>
* function.c (free_after_compilation): Clear out regno_reg_rtx
pointer.
2008-04-08 Peter Bergner <bergner@vnet.ibm.com>
Revert

View File

@ -290,6 +290,7 @@ free_after_compilation (struct function *f)
f->cfg = NULL;
f->epilogue_delay_list = NULL;
regno_reg_rtx = NULL;
}
/* Return size needed for stack frame based on slots so far allocated.