Remove redundant variable from tree-call-cdce.c
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Oct 2015 15:23:51 +0000 (15:23 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 29 Oct 2015 15:23:51 +0000 (15:23 +0000)
commitb05eab9dc56ac179dd59c3c5cba7931c9ec4ff23
treeac2cc6b44f9907d8db02aaa6e79f2a15a7f70796
parent076906de696b278a7a5c832df301b15545b70fbf
Remove redundant variable from tree-call-cdce.c

shrink_wrap_one_built_in_call had both guard_bb and guard_bb0.
It looks like an earlier version of the pass may have updated
one of the variables in the while loop, but now they're just
two names for the same thing.

Tested on x86_64-linux-gnu, aarch64-linux-gnu and arm-linux-gnueabi.

gcc/
* tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
guard_bb0 and use guard_bb throughout.

From-SVN: r229532
gcc/ChangeLog
gcc/tree-call-cdce.c