projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f31d6d
)
[Ada] Remove obsolete reference to gigi in comment
author
Eric Botcazou
<ebotcazou@adacore.com>
Tue, 28 Jan 2020 09:03:23 +0000
(10:03 +0100)
committer
Pierre-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
patch
|
blob
|
history
diff --git
a/gcc/ada/checks.adb
b/gcc/ada/checks.adb
index c1744208e5934dd099e4c5b9afc3cd614b5e3604..1b8e2dfdb742add19d2cebc9860e6dc7c053f1d6 100644
(file)
--- 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);