Commit 9c57e1e8 by Kazu Hirata Committed by Kazu Hirata

tree-ssa-pre.c (mergephitemp): Remove.

	* tree-ssa-pre.c (mergephitemp): Remove.
	(init_pre): Don't use mergephitemp.

From-SVN: r125687
parent efd7122b
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
insn_locators_initialize. insn_locators_initialize.
* tree.h: Remove the prototype for emit_line_note. * tree.h: Remove the prototype for emit_line_note.
* tree-ssa-pre.c (mergephitemp): Remove.
(init_pre): Don't use mergephitemp.
2007-06-13 Eric Christopher <echristo@apple.com> 2007-06-13 Eric Christopher <echristo@apple.com>
* config/i386/i386.c (override_options): If we've specified * config/i386/i386.c (override_options): If we've specified
......
...@@ -387,7 +387,6 @@ static struct obstack temp_call_expr_obstack; ...@@ -387,7 +387,6 @@ static struct obstack temp_call_expr_obstack;
match the current variable's type. */ match the current variable's type. */
static tree pretemp; static tree pretemp;
static tree storetemp; static tree storetemp;
static tree mergephitemp;
static tree prephitemp; static tree prephitemp;
/* Set of blocks with statements that have had its EH information /* Set of blocks with statements that have had its EH information
...@@ -3746,7 +3745,6 @@ init_pre (bool do_fre) ...@@ -3746,7 +3745,6 @@ init_pre (bool do_fre)
need_creation = NULL; need_creation = NULL;
pretemp = NULL_TREE; pretemp = NULL_TREE;
storetemp = NULL_TREE; storetemp = NULL_TREE;
mergephitemp = NULL_TREE;
prephitemp = NULL_TREE; prephitemp = NULL_TREE;
vn_init (); vn_init ();
......
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