tree.h (TREE_CST_RTL, [...]): Delete.
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 28 Apr 2003 20:02:28 +0000 (20:02 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 28 Apr 2003 20:02:28 +0000 (20:02 +0000)
commit0864034eb204f4c9636509af08b9e2f343a9dd85
tree92ce3e71b6733dbef67b47393f4d33f639182d26
parent9661b15f951d61710cadd3b4c85d5b29078e116e
tree.h (TREE_CST_RTL, [...]): Delete.

* tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
(struct tree_int_cst, struct tree_real_cst, struct tree_string,
struct tree_complex, struct tree_vector): Remove RTL field.
(CONSTRUCTOR_ELTS): Use elt 0.
* tree.def (CONSTRUCTOR): Delete first of its two operands.
* varasm.c (output_constant_def): Remove early exit if
TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
(decode_addr_const): Don't mention TREE_CST_RTL in comment.
* target.h (select_section): Don't mention TREE_CST_RTL in comment.
* doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.

ada:
* utils.c (convert): No need to clear TREE_CST_RTL.

From-SVN: r66182
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/utils.c
gcc/doc/tm.texi
gcc/target.h
gcc/tree.def
gcc/tree.h
gcc/varasm.c