ada: Change Present_Expr field type to Uint
We want the field to be initialized to No_Uint because we want to be able to test in GNAT LLVM whether we've already set it so we can be sure we only set it once. gcc/ada/ * gen_il-gen-gen_nodes.adb (Present_Expr): Type is now Uint.
This commit is contained in:
parent
913794b1cb
commit
b92d0c4564
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ begin -- Gen_IL.Gen.Gen_Nodes
|
|||
Sm (Dcheck_Function, Node_Id),
|
||||
Sm (Enclosing_Variant, Node_Id),
|
||||
Sm (Has_SP_Choice, Flag),
|
||||
Sm (Present_Expr, Valid_Uint)));
|
||||
Sm (Present_Expr, Uint)));
|
||||
|
||||
Cc (N_Variant_Part, Node_Kind,
|
||||
(Sy (Name, Node_Id, Default_Empty),
|
||||
|
|
Loading…
Add table
Reference in a new issue