re PR rtl-optimization/35604 (Label references are not updated after edge insertion)
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 18 Jun 2008 17:16:05 +0000 (19:16 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 18 Jun 2008 17:16:05 +0000 (19:16 +0200)
commitba03a3508bfbf83b6bbd07f47bc1573ab6f6f89f
tree3695e2f0bf42ec6e5a41d786fe2d3f31db37ba93
parentfdd7f24186c7cd637e24c657367f270afb3ec431
re PR rtl-optimization/35604 (Label references are not updated after edge insertion)

PR rtl-optimization/35604
* jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
only want to change jump destinations, not eventual label comparisons.

From-SVN: r136899
gcc/ChangeLog
gcc/jump.c