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:
Bin Cheng 2015-06-30 02:39:54 +00:00 committed by Bin Cheng
parent 005f915e16
commit 7e6a6f0d6e
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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;
}