[Ada] Remove obsolete reference to gigi in comment
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 28 Jan 2020 09:03:23 +0000 (10:03 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 4 Jun 2020 09:11:11 +0000 (05:11 -0400)
2020-06-04  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* checks.adb (Generate_Discriminant_Check): Remove obsolete
comment.

gcc/ada/checks.adb

index c174420..1b8e2df 100644 (file)
@@ -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);