projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b86a4
)
* tree-into-ssa.c (ann): Remove ann.
author
Kazu Hirata
<kazu@cs.umass.edu>
Wed, 9 Mar 2005 11:33:22 +0000
(11:33 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Wed, 9 Mar 2005 11:33:22 +0000
(11:33 +0000)
From-SVN: r96185
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-into-ssa.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 20fb6b2597ac9fa38ee2b4cda885afe512f82e8e..d73378d962da4d669856bb6e305e8dc6995c5110 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-24,6
+24,8
@@
* tree-eh.c (tree_could_trap_p): Remove idx.
+ * tree-into-ssa.c (ann): Remove ann.
+
2005-03-08 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_control_flow): If removal of a computed
diff --git
a/gcc/tree-into-ssa.c
b/gcc/tree-into-ssa.c
index 271c1ff89381c40ec9d3c844fb0c0ea46dbae2e4..fa1d0da65619b75987655efc04c716c0d0c52bee 100644
(file)
--- a/
gcc/tree-into-ssa.c
+++ b/
gcc/tree-into-ssa.c
@@
-819,14
+819,12
@@
rewrite_stmt (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED,
basic_block bb ATTRIBUTE_UNUSED,
block_stmt_iterator si)
{
- stmt_ann_t ann;
tree stmt;
use_operand_p use_p;
def_operand_p def_p;
ssa_op_iter iter;
stmt = bsi_stmt (si);
- ann = stmt_ann (stmt);
/* If mark_def_sites decided that we don't need to rewrite this
statement, ignore it. */