diff options
author | Gary Dismukes <dismukes@adacore.com> | 2019-08-20 09:50:14 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-08-20 09:50:14 +0000 |
commit | 31fde973e5cb886dca17e61b84a72a26a81487ad (patch) | |
tree | 7ed08e749f75bffe5538ea1f8d57b83b025725cf /gcc/ada/inline.adb | |
parent | 8d3e80186744f894702d2f618a78eae0a2c1d33c (diff) | |
download | gcc-31fde973e5cb886dca17e61b84a72a26a81487ad.zip gcc-31fde973e5cb886dca17e61b84a72a26a81487ad.tar.gz gcc-31fde973e5cb886dca17e61b84a72a26a81487ad.tar.bz2 |
[Ada] Minor reformattings
2019-08-20 Gary Dismukes <dismukes@adacore.com>
gcc/ada/
* ali.adb, ali.ads, aspects.adb, checks.ads, checks.adb,
doc/gnat_rm/implementation_defined_pragmas.rst,
doc/gnat_ugn/building_executable_programs_with_gnat.rst,
einfo.ads, exp_aggr.adb, exp_ch11.adb, exp_ch3.ads, exp_ch4.adb,
exp_disp.adb, inline.adb, libgnat/a-locale.ads,
libgnat/s-soflin.ads, par_sco.adb, repinfo.adb, sem_ch5.adb,
sem_disp.adb, sem_elab.adb, sem_eval.adb, sem_spark.adb,
sem_spark.ads, sinfo.ads: Minor reformattings, typo fixes and
and rewordings.
From-SVN: r274737
Diffstat (limited to 'gcc/ada/inline.adb')
-rw-r--r-- | gcc/ada/inline.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb index 46daa48..e5ecb55 100644 --- a/gcc/ada/inline.adb +++ b/gcc/ada/inline.adb @@ -635,8 +635,8 @@ package body Inline is -- declares the type, and that body is visible to the back end. -- Do not inline it either if it is in the main unit. -- Extend the -gnatn2 processing to -gnatn1 for Inline_Always - -- calls if the back-end takes care of inlining the call. - -- Note that Level is in Inline_Call | Inline_Packag here. + -- calls if the back end takes care of inlining the call. + -- Note that Level is in Inline_Call | Inline_Package here. elsif ((Level = Inline_Call and then Has_Pragma_Inline_Always (E) |