Commit 9e2995b2 by Nathan Froyd Committed by Nathan Froyd

tree-into-ssa.c (rewrite_update_enter_block): Remove unused variables.

	* tree-into-ssa.c (rewrite_update_enter_block): Remove unused
	variables.
	(create_new_def_for): Likewise.

From-SVN: r165779
parent e7ab5593
2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
* tree-into-ssa.c (rewrite_update_enter_block): Remove unused
variables.
(create_new_def_for): Likewise.
2010-10-21 Nick Clifton <nickc@redhat.com> 2010-10-21 Nick Clifton <nickc@redhat.com>
* config/mn10300/mn10300.c: Fold code to 80-character width. * config/mn10300/mn10300.c: Fold code to 80-character width.
...@@ -2063,8 +2063,6 @@ static void ...@@ -2063,8 +2063,6 @@ static void
rewrite_update_enter_block (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED, rewrite_update_enter_block (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED,
basic_block bb) basic_block bb)
{ {
edge e;
edge_iterator ei;
bool is_abnormal_phi; bool is_abnormal_phi;
gimple_stmt_iterator gsi; gimple_stmt_iterator gsi;
...@@ -2832,8 +2830,6 @@ create_new_def_for (tree old_name, gimple stmt, def_operand_p def) ...@@ -2832,8 +2830,6 @@ create_new_def_for (tree old_name, gimple stmt, def_operand_p def)
if (gimple_code (stmt) == GIMPLE_PHI) if (gimple_code (stmt) == GIMPLE_PHI)
{ {
edge e;
edge_iterator ei;
basic_block bb = gimple_bb (stmt); basic_block bb = gimple_bb (stmt);
/* If needed, mark NEW_NAME as occurring in an abnormal PHI node. */ /* If needed, mark NEW_NAME as occurring in an abnormal PHI node. */
......
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