diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-13 10:47:00 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-13 10:47:00 +0000 |
commit | 3ab42ff720f3457149a27baf2e8340eef6a93ed0 (patch) | |
tree | be019b118f5bc384e66967a00af32c87ecb403da /gcc/ada/lib-xref.adb | |
parent | 3295b1fa6f2976b279bd5770a48aaae5dbeb5f2c (diff) | |
download | gcc-3ab42ff720f3457149a27baf2e8340eef6a93ed0.tar.gz |
2011-10-13 Robert Dewar <dewar@adacore.com>
* exp_ch5.adb, sem_ch3.adb, impunit.adb, impunit.ads, sem_type.adb,
prj-proc.adb, exp_ch9.adb, s-regpat.adb, sem_ch10.adb, sem_prag.adb,
sem_ch12.adb, freeze.adb, sem_attr.adb, sem_attr.ads, gnatlink.adb,
par-ch6.adb, exp_ch6.adb, sem_ch4.adb, sem_ch6.adb, sem_ch8.adb,
par-util.adb, sem_ch13.adb, lib-xref.adb, g-trasym.adb, g-trasym.ads,
exp_aggr.adb, s-taprop-posix.adb: Minor reformatting.
2011-10-13 Geert Bosch <bosch@adacore.com>
* s-gearop.adb: Minor comment additions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179907 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/lib-xref.adb')
-rw-r--r-- | gcc/ada/lib-xref.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb index d46e646ed4d..83a06e452f3 100644 --- a/gcc/ada/lib-xref.adb +++ b/gcc/ada/lib-xref.adb @@ -1910,9 +1910,9 @@ package body Lib.Xref is Op := Ultimate_Alias (Old_E); - -- Normal case of no alias present - -- we omit generated primitives like tagged equality, - -- that have no source representation. + -- Normal case of no alias present. We omit generated + -- primitives like tagged equality, that have no source + -- representation. else Op := Old_E; |