+2017-01-13 Gary Dismukes <dismukes@adacore.com>
+
+ * inline.adb: Minor reformatting and typo fix.
+
2017-01-13 Ed Schonberg <schonberg@adacore.com>
* sem_util.ads, sem_util.adb (Choice_List): Move function here
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
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)));