combine.c (update_cfg_for_uncondjump): Instead of testing at_end assert it is always...
commitb4ccfed9a0df82be04d565e2f5ebd3c581ad2d59
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Apr 2011 17:49:11 +0000 (12 19:49 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 12 Apr 2011 17:49:11 +0000 (12 19:49 +0200)
tree0a5d1975afe21288e2370086b2a251eee36003d5
parentcf3caeaf0ac59e858ff2ae54e59dc5a2bf51961d
combine.c (update_cfg_for_uncondjump): Instead of testing at_end assert it is always true.

* combine.c (update_cfg_for_uncondjump): Instead of testing at_end
assert it is always true.
(try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
moves.

From-SVN: r172329
gcc/ChangeLog
gcc/combine.c