* cse.c (cse_main): Kill push/pop context.
From-SVN: r88592
This commit is contained in:
parent
d5706a1eea
commit
490e962939
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-10-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* cse.c (cse_main): Kill push/pop context.
|
||||
|
||||
2004-10-05 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* pretty-print.c: Include tree.h.
|
||||
|
|
|
@ -6706,8 +6706,6 @@ cse_main (rtx f, int nregs, FILE *file)
|
|||
INSN_CUID (insn) = i;
|
||||
}
|
||||
|
||||
ggc_push_context ();
|
||||
|
||||
/* Loop over basic blocks.
|
||||
Compute the maximum number of qty's needed for each basic block
|
||||
(which is 2 for each SET). */
|
||||
|
@ -6773,8 +6771,6 @@ cse_main (rtx f, int nregs, FILE *file)
|
|||
#endif
|
||||
}
|
||||
|
||||
ggc_pop_context ();
|
||||
|
||||
if (max_elements_made < n_elements_made)
|
||||
max_elements_made = n_elements_made;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue