aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2020-01-28 10:03:23 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-04 05:11:11 -0400
commita6b37ab0acd34629a41c694c0f3482c450bbd18b (patch)
treed5db32e72d0a92d5d4dd0c95a999344b610c9e5e
parent4f31d6dbb8deafd7ab54e70eddfd931b10b3309b (diff)
downloadgcc-a6b37ab0acd34629a41c694c0f3482c450bbd18b.zip
gcc-a6b37ab0acd34629a41c694c0f3482c450bbd18b.tar.gz
gcc-a6b37ab0acd34629a41c694c0f3482c450bbd18b.tar.bz2
[Ada] Remove obsolete reference to gigi in comment
2020-06-04 Eric Botcazou <ebotcazou@adacore.com> gcc/ada/ * checks.adb (Generate_Discriminant_Check): Remove obsolete comment.
-rw-r--r--gcc/ada/checks.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb
index c1744208e..1b8e2df 100644
--- a/gcc/ada/checks.adb
+++ b/gcc/ada/checks.adb
@@ -6515,9 +6515,6 @@ package body Checks is
-- Generate_Discriminant_Check --
---------------------------------
- -- Note: the code for this procedure is derived from the
- -- Emit_Discriminant_Check Routine in trans.c.
-
procedure Generate_Discriminant_Check (N : Node_Id) is
Loc : constant Source_Ptr := Sloc (N);
Pref : constant Node_Id := Prefix (N);