aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/inline.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2018-06-11 09:18:27 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-06-11 09:18:27 +0000
commit3e6845df1eb61c3c8d779e5590811ed1cbd04270 (patch)
treea7ed79694d965dcc33497882de1446115c799cd0 /gcc/ada/inline.adb
parent62458cc14370cde6cc48f365532eb53f987a75ea (diff)
downloadgcc-3e6845df1eb61c3c8d779e5590811ed1cbd04270.zip
gcc-3e6845df1eb61c3c8d779e5590811ed1cbd04270.tar.gz
gcc-3e6845df1eb61c3c8d779e5590811ed1cbd04270.tar.bz2
[Ada] Minor reformatting
2018-06-11 Arnaud Charlet <charlet@adacore.com> gcc/ada/ * exp_ch3.adb, exp_unst.adb, inline.adb, sem_prag.adb: Minor reformatting. From-SVN: r261416
Diffstat (limited to 'gcc/ada/inline.adb')
-rw-r--r--gcc/ada/inline.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb
index 22fa01f..f615e65 100644
--- a/gcc/ada/inline.adb
+++ b/gcc/ada/inline.adb
@@ -1098,8 +1098,8 @@ package body Inline is
if not Has_Single_Return (N)
-- Skip inlining if the function returns an unconstrained type
- -- using an extended return statement since this part of the
- -- new inlining model which is not yet supported by the current
+ -- using an extended return statement, since this part of the
+ -- new inlining model is not yet supported by the current
-- implementation. ???
or else (Returns_Unconstrained_Type (Spec_Id)