diff options
author | Bob Duff <duff@adacore.com> | 2021-07-08 13:26:53 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-09-21 15:25:02 +0000 |
commit | bd413702ce3106573655490668bdf8dcd6a680c9 (patch) | |
tree | 3a48faf51478316110c194b1784009be50739715 /gcc/tree-ssa-threadbackward.c | |
parent | 0df911d9056437a79cf40fc643c49fced56574bd (diff) | |
download | gcc-bd413702ce3106573655490668bdf8dcd6a680c9.zip gcc-bd413702ce3106573655490668bdf8dcd6a680c9.tar.gz gcc-bd413702ce3106573655490668bdf8dcd6a680c9.tar.bz2 |
[Ada] Add "optional" node subtypes that allow Empty
gcc/ada/
* gen_il-gen.adb (Put_Opt_Subtype): Print out subtypes of the
form:
subtype Opt_N_Declaration is
Node_Id with Predicate =>
Opt_N_Declaration = Empty or else
Opt_N_Declaration in N_Declaration_Id;
One for each node or entity type, with the predicate allowing
Empty.
* atree.adb (Parent, Set_Parent): Remove unnecessary "Atree.".
Diffstat (limited to 'gcc/tree-ssa-threadbackward.c')
0 files changed, 0 insertions, 0 deletions