tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name field in struct iv.
* tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name field in struct iv. From-SVN: r225159
This commit is contained in:
parent
005f915e16
commit
7e6a6f0d6e
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-06-30 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
* tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
|
||||
field in struct iv.
|
||||
|
||||
2015-06-29 Jack Howarth <howarth.at.gcc@gmail.com>
|
||||
|
||||
PR target/66509
|
||||
|
|
|
@ -1386,10 +1386,6 @@ record_sub_use (struct ivopts_data *data, tree *use_p,
|
|||
pre->next = use;
|
||||
}
|
||||
|
||||
/* To avoid showing ssa name in the dumps, if it was not reset by the
|
||||
caller. */
|
||||
iv->ssa_name = NULL_TREE;
|
||||
|
||||
return use;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue