Commit 5ae27c9c by Marek Polacek Committed by Marek Polacek

Merge identical cases.

From-SVN: r191581
parent 97a74ddb
2012-09-20 Marek Polacek <polacek@redhat.com>
* tree-ssa-operands.c (get_expr_operands): Merge identical cases.
2012-09-20 Marek Polacek <polacek@redhat.com>
* tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
result.
(create_edge_and_update_destination_phis): Likewise.
......
/* SSA operands management for trees.
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
2011, 2012
Free Software Foundation, Inc.
This file is part of GCC.
......@@ -841,9 +842,6 @@ get_expr_operands (gimple stmt, tree *expr_p, int flags)
return;
case SSA_NAME:
add_stmt_operand (expr_p, stmt, flags);
return;
case VAR_DECL:
case PARM_DECL:
case RESULT_DECL:
......
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