tree-ssa-pre.c (mergephitemp): Remove.
* tree-ssa-pre.c (mergephitemp): Remove. (init_pre): Don't use mergephitemp. From-SVN: r125687
This commit is contained in:
parent
efd7122b03
commit
9c57e1e889
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
insn_locators_initialize.
|
||||
* 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>
|
||||
|
||||
* config/i386/i386.c (override_options): If we've specified
|
||||
|
|
|
@ -387,7 +387,6 @@ static struct obstack temp_call_expr_obstack;
|
|||
match the current variable's type. */
|
||||
static tree pretemp;
|
||||
static tree storetemp;
|
||||
static tree mergephitemp;
|
||||
static tree prephitemp;
|
||||
|
||||
/* Set of blocks with statements that have had its EH information
|
||||
|
@ -3746,7 +3745,6 @@ init_pre (bool do_fre)
|
|||
need_creation = NULL;
|
||||
pretemp = NULL_TREE;
|
||||
storetemp = NULL_TREE;
|
||||
mergephitemp = NULL_TREE;
|
||||
prephitemp = NULL_TREE;
|
||||
|
||||
vn_init ();
|
||||
|
|
Loading…
Add table
Reference in a new issue