]> gcc.gnu.org Git - gcc.git/commit
Rename ADDR_EXPR to NONCAP_ADDR_EXPR
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 12 Apr 2022 06:58:55 +0000 (07:58 +0100)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Thu, 5 May 2022 11:57:52 +0000 (12:57 +0100)
commitdd6403aea0ea9267cb71de88ff50a3c98e674ed3
treed152204bfe086bfeb6aceb91aea16077a0b9e9ea
parentbc0925dd7a0dde1e85790d1f31d66e57c49f434d
Rename ADDR_EXPR to NONCAP_ADDR_EXPR

After previous patches to replace most direct uses of
ADDR_EXPR, this patch renames all remaining direct references
to NONCAP_ADDR_EXPR.  That's initially a misnomer for purecap,
since we already use the code to get capability addresses,
but a follow-up patch makes things consistent again.
12 files changed:
gcc/ada/gcc-interface/ada-tree.def
gcc/cp/cp-tree.h
gcc/cp/lex.c
gcc/doc/generic.texi
gcc/doc/gimple.texi
gcc/genmatch.c
gcc/match.pd
gcc/range-op.cc
gcc/tree-core.h
gcc/tree.c
gcc/tree.def
gcc/tree.h
This page took 0.068784 seconds and 6 git commands to generate.