* tree-ssa-pre.c (mergephitemp): Remove.
(init_pre): Don't use mergephitemp.
From-SVN: r125687
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
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
need_creation = NULL;
pretemp = NULL_TREE;
storetemp = NULL_TREE;
- mergephitemp = NULL_TREE;
prephitemp = NULL_TREE;
vn_init ();