Re: [PATCH] TREE-SSA remove redundant condition checks in get_default_value

2013-08-19 Thread Jeff Law
On 08/12/2013 12:46 AM, Zhouyi Zhou wrote: In function get_default_value of tree-ssa-ccp.c, 261 else if (is_gimple_assign (stmt) 262/* Value-returning GIMPLE_CALL statements assign to 263 a variable, and are treated similarly to GIMPLE_ASSIGN. */ 264|| (i

[PATCH] TREE-SSA remove redundant condition checks in get_default_value

2013-08-11 Thread Zhouyi Zhou
In function get_default_value of tree-ssa-ccp.c, 261 else if (is_gimple_assign (stmt) 262/* Value-returning GIMPLE_CALL statements assign to 263 a variable, and are treated similarly to GIMPLE_ASSIGN. */ 264|| (is_gimple_call (stmt) 265&& gi