aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2018-10-05 11:46:12 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2018-10-05 11:46:12 +0000
commit700adeb6fd65528758f9dbcd0aaf6345e14d312c (patch)
treeffeaac89fc3ae883b123142faa29975953613ddd /gcc/tree.def
parent3f41c986d23a13c978c92ee253f6fd014ae8eca8 (diff)
downloadgcc-700adeb6fd65528758f9dbcd0aaf6345e14d312c.zip
gcc-700adeb6fd65528758f9dbcd0aaf6345e14d312c.tar.gz
gcc-700adeb6fd65528758f9dbcd0aaf6345e14d312c.tar.bz2
tree-core.h (tree_block::abstract_flag): Remove.
2018-10-05 Richard Biener <rguenther@suse.de> * tree-core.h (tree_block::abstract_flag): Remove. (tree_block::block_num): Make full 32bits. * tree.def (BLOCK): Remove docs about BLOCK_ABSTRACT. * tree.h (BLOCK_ABSTRACT): Remove. * dwarf2out.c (gen_lexical_block_die): Remove dead code resulting from BLOCK_ABSTRACT being always false. (gen_inlined_subroutine_die): Likewise. (gen_block_die): Likewise. * tree.c (block_ultimate_origin): Likewise. * tree-pretty-print.c (dump_block_node): Remove code dealing with BLOCK_ABSTRACT. * tree-ssa-live.c (dump_scope_block): Likewise. * tree-streamer-in.c (unpack_ts_block_value_fields): Likewise. * tree-streamer-out.c (pack_ts_block_value_fields): Likewise. From-SVN: r264868
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index a6882d9..78b499a 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -70,9 +70,6 @@ DEFTREECODE (TREE_VEC, "tree_vec", tcc_exceptional, 0)
could either point to another BLOCK node or it could point to a
FUNCTION_DECL node (e.g. in the case of a block representing the
outermost scope of a particular inlining of a function).
- BLOCK_ABSTRACT is nonzero if the block represents an abstract
- instance of a block (i.e. one which is nested within an abstract
- instance of an inline function).
TREE_ASM_WRITTEN is nonzero if the block was actually referenced
in the generated assembly. */
DEFTREECODE (BLOCK, "block", tcc_exceptional, 0)