sem_ch6.adb: Move Build_Body_To_Inline...
authorEd Schonberg <schonberg@adacore.com>
Tue, 29 Jul 2014 13:35:32 +0000 (13:35 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 29 Jul 2014 13:35:32 +0000 (15:35 +0200)
commit540d86108f31f56f513f542b910b909dd4d6df09
tree3f20dff54909490d5c668092ef81769c5348cbc6
parentb973629e6111e77faa512754a4e4738a0c75ee83
sem_ch6.adb: Move Build_Body_To_Inline...

2014-07-29  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb: Move Build_Body_To_Inline,
Check_And_Buid_Body_To_Inline, and Cannot_Inline to package Inline.
* exp_ch6.adb: Mode Expand_Inlined_Body to package Inline.
* inline.ads, inline.adb: Package now contains subprograms that
implement front-end inlining.  No functional changes, no test
needed.

From-SVN: r213179
gcc/ada/ChangeLog
gcc/ada/exp_ch6.adb
gcc/ada/inline.adb
gcc/ada/inline.ads
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch6.ads