]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Change Present_Expr field type to Uint
authorRichard Kenner <kenner@adacore.com>
Wed, 18 Jan 2023 22:45:15 +0000 (17:45 -0500)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 16 May 2023 08:30:56 +0000 (10:30 +0200)
commitb92d0c4564a2d9b942bedad3dd1fb2887239020e
tree8c2d0f53838dcbb2d405edbab312195a90ec4399
parent913794b1cb71cc7bba9850f8ed42c294d542fff4
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.
gcc/ada/gen_il-gen-gen_nodes.adb