diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-29 15:23:51 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-29 15:23:51 +0000 |
commit | b7635218fcf7b97c845eb8f75c90c2af095f508c (patch) | |
tree | ac2cc6b44f9907d8db02aaa6e79f2a15a7f70796 /gcc/java/verify-glue.c | |
parent | 4be384a32c833b14681bb17ca57b58a39184fc1f (diff) | |
download | gcc-b7635218fcf7b97c845eb8f75c90c2af095f508c.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229532 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/verify-glue.c')
0 files changed, 0 insertions, 0 deletions