projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f9495
)
tree.h (strct phi_arg_d): Remove unused NONZERO field.
author
Jeff Law
<law@redhat.com>
Tue, 28 Feb 2006 16:44:33 +0000
(09:44 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 28 Feb 2006 16:44:33 +0000
(09:44 -0700)
* tree.h (strct phi_arg_d): Remove unused NONZERO field.
From-SVN: r111567
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7e43a15977687599e3174d07857e93da09ebdc09..3484670a0a6924540345e3e1f5a0bd7f4e264f64 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2006-02-28 Jeff Law <law@redhat.com>
+
+ * tree.h (strct phi_arg_d): Remove unused NONZERO field.
+
2006-02-28 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/26419
diff --git
a/gcc/tree.h
b/gcc/tree.h
index 4dc2f7908ecbe66eff850775872465972f93d101..2c88cc69a0555d9470c7e77d6431e0899b32763f 100644
(file)
--- a/
gcc/tree.h
+++ b/
gcc/tree.h
@@
-1746,7
+1746,6
@@
struct phi_arg_d GTY(())
pointer arithmetic with it. See phi_arg_index_from_use. */
struct ssa_use_operand_d imm_use;
tree def;
- bool nonzero;
};
struct tree_phi_node GTY(())