From fae8eb5b9656d7e2bc42e4b48e627ff17de62dee Mon Sep 17 00:00:00 2001 From: Gary Dismukes Date: Fri, 13 Jan 2017 10:45:17 +0000 Subject: [PATCH] inline.adb: Minor reformatting and typo fix. 2017-01-13 Gary Dismukes * inline.adb: Minor reformatting and typo fix. From-SVN: r244415 --- gcc/ada/ChangeLog | 4 ++++ gcc/ada/inline.adb | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index ecd4459455d..75023bf8902 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2017-01-13 Gary Dismukes + + * inline.adb: Minor reformatting and typo fix. + 2017-01-13 Ed Schonberg * sem_util.ads, sem_util.adb (Choice_List): Move function here diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb index f07cc4a6650..1724203195f 100644 --- a/gcc/ada/inline.adb +++ b/gcc/ada/inline.adb @@ -3397,9 +3397,9 @@ package body Inline is elsif Present (Exit_Lab) then - -- If there is a single return statement at the end of the - -- subprogram, the corresponding goto statement and the - -- corresponding label are useless. + -- If there's a single return statement at the end of the subprogram, + -- the corresponding goto statement and the corresponding label are + -- useless. if Num_Ret = 1 and then @@ -4225,7 +4225,7 @@ package body Inline is Remove_Items (Aspect_Specifications (Body_Decl)); Remove_Items (Declarations (Body_Decl)); - -- Pragmas Unmodified, Unreferenced and Unused may additionally appear + -- Pragmas Unmodified, Unreferenced, and Unused may additionally appear -- in the body of the subprogram. Remove_Items (Statements (Handled_Statement_Sequence (Body_Decl))); -- 2.30.2