2015-04-23 Richard Biener <rguenther@suse.de>
commit1ebce84937e54f18d49fe2722848be2de021957e
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 2015 08:30:04 +0000 (23 08:30 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 2015 08:30:04 +0000 (23 08:30 +0000)
treeeffc3756d6b4a06c5169abcd4a1c65749373e202
parente95d0248daced44bf127beded55b18633fa8b5b1
2015-04-23  Richard Biener  <rguenther@suse.de>

* cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
* cfgloop.c (verify_loop_structure): Verify the root loop node.
* except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
instead of get_eh_region_from_lp_number.
* loop-init.c (fix_loop_structure): If we removed a loop, reset
the SCEV cache.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222353 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgexpand.c
gcc/cfgloop.c
gcc/except.c
gcc/loop-init.c