mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 21:01:29 +08:00
tree-ssa-copy.c (replace_exp_1): Move op for warning-free use with checking disabled.
2009-05-28 Benjamin Kosnik <bkoz@redhat.com> * tree-ssa-copy.c (replace_exp_1): Move op for warning-free use with checking disabled. From-SVN: r147952
This commit is contained in:
parent
cd41d410da
commit
554223b6bd
@ -1,3 +1,8 @@
|
||||
2009-05-28 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* tree-ssa-copy.c (replace_exp_1): Move op for warning-free use
|
||||
with checking disabled.
|
||||
|
||||
2009-05-28 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||
|
||||
PR target/37216
|
||||
|
@ -160,9 +160,8 @@ static void
|
||||
replace_exp_1 (use_operand_p op_p, tree val,
|
||||
bool for_propagation ATTRIBUTE_UNUSED)
|
||||
{
|
||||
tree op = USE_FROM_PTR (op_p);
|
||||
|
||||
#if defined ENABLE_CHECKING
|
||||
tree op = USE_FROM_PTR (op_p);
|
||||
gcc_assert (!(for_propagation
|
||||
&& TREE_CODE (op) == SSA_NAME
|
||||
&& TREE_CODE (val) == SSA_NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user