Commit 490e9629 by Jan Hubicka Committed by Jan Hubicka

* cse.c (cse_main): Kill push/pop context.

From-SVN: r88592
parent d5706a1e
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;
......
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