cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
authorRichard Biener <rguenther@suse.de>
Thu, 23 Apr 2015 08:30:04 +0000 (08:30 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 23 Apr 2015 08:30:04 +0000 (08:30 +0000)
commitb0dd8c90ff1a4a50e21b4b2918c7484f36106947
treeeffc3756d6b4a06c5169abcd4a1c65749373e202
parent905bcb98e7fc013e4061f060106fed01d335ea16
cfgexpand.c (expand_gimple_stmt_1): Use ops.code.

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.

From-SVN: r222353
gcc/ChangeLog
gcc/cfgexpand.c
gcc/cfgloop.c
gcc/except.c
gcc/loop-init.c