]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-live.c (set_is_used): Return a bool.
authorMichael Matz <matz@suse.de>
Thu, 2 Aug 2012 12:24:52 +0000 (12:24 +0000)
committerMichael Matz <matz@gcc.gnu.org>
Thu, 2 Aug 2012 12:24:52 +0000 (12:24 +0000)
commit329df070a92bbdea4c20de2cc4e5eecba1684303
tree1d85d20158168d9096bdb479a8d4cd917e671475
parent7cc434a3c1e4ac3b7855d6195c35b23ff6103b60
tree-ssa-live.c (set_is_used): Return a bool.

* tree-ssa-live.c (set_is_used): Return a bool.
(mark_all_vars_used): Don't take data argument.
(mark_all_vars_used_1): Adjust calls to above, merge handling
of local and global vars.
(remove_unused_scope_block_p): Don't take global_unused_vars,
merge handling of local and global vars.
(remove_unused_locals): Don't allocate/fill/pass global_unused_vars,
use is_used_p for local and global vars.

From-SVN: r190080
gcc/ChangeLog
gcc/tree-ssa-live.c