comparison gcc/reginfo.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
41 #include "addresses.h" 41 #include "addresses.h"
42 #include "function.h" 42 #include "function.h"
43 #include "insn-config.h" 43 #include "insn-config.h"
44 #include "recog.h" 44 #include "recog.h"
45 #include "reload.h" 45 #include "reload.h"
46 #include "real.h"
47 #include "toplev.h" 46 #include "toplev.h"
48 #include "output.h" 47 #include "output.h"
49 #include "ggc.h" 48 #include "ggc.h"
50 #include "timevar.h" 49 #include "timevar.h"
51 #include "hashtab.h" 50 #include "hashtab.h"
664 /* The same as previous function plus initializing IRA. */ 663 /* The same as previous function plus initializing IRA. */
665 void 664 void
666 reinit_regs (void) 665 reinit_regs (void)
667 { 666 {
668 init_regs (); 667 init_regs ();
668 /* caller_save needs to be re-initialized. */
669 caller_save_initialized_p = false;
669 ira_init (); 670 ira_init ();
670 } 671 }
671 672
672 /* Initialize some fake stack-frame MEM references for use in 673 /* Initialize some fake stack-frame MEM references for use in
673 memory_move_secondary_cost. */ 674 memory_move_secondary_cost. */