]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa.c (uid_ssaname_map_eq): New function.
authorRichard Guenther <rguenther@suse.de>
Thu, 18 Oct 2007 14:59:48 +0000 (14:59 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 18 Oct 2007 14:59:48 +0000 (14:59 +0000)
commite445a2ff978362e261a74f26fe5e06d539ed893b
treeee9ea6e05bfb23fe8dcffc5c462dc9595eba198f
parent9fc5a389d68d7fbfc32d86f3ad7f631cb4fc634d
tree-ssa.c (uid_ssaname_map_eq): New function.

2007-10-18  Richard Guenther  <rguenther@suse.de>

* tree-ssa.c (uid_ssaname_map_eq): New function.
(uid_ssaname_map_has): Likewise.
(init_tree_ssa): Allocate default_defs as uid_ssaname map.
* tree-flow.h (struct gimple_df): Make default_defs a
uid_ssaname map.
* tree-dfa.c (gimple_default_def): Deal with it.
(set_default_def): Likewise.

From-SVN: r129441
gcc/ChangeLog
gcc/tree-dfa.c
gcc/tree-flow.h
gcc/tree-ssa.c