[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 30 Mar 2012 09:21:43 +0000 (11:21 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 30 Mar 2012 09:21:43 +0000 (11:21 +0200)
commitcdc96e3ea6420085948a45fef41bece7f4b6fc1b
tree42a3bddf21285d716c4ac51e941c4c6a9c6fed85
parent5cf01d62a8747e62fa3f40d60374679dd8212b2c
[multiple changes]

2012-03-30  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_ch7.adb (Process_Declarations): Replace
the call to Is_Null_Access_BIP_Func_Call with
Is_Secondary_Stack_BIP_Func_Call. Update the related comment.
* exp_util.adb (Is_Null_Access_BIP_Func_Call): Removed.
(Is_Secondary_Stack_BIP_Func_Call): New routine.
(Requires_Cleanup_Actions): Replace
the call to Is_Null_Access_BIP_Func_Call with
Is_Secondary_Stack_BIP_Func_Call. Update the related comment.
* exp_util.ads (Is_Null_Access_BIP_Func_Call): Removed.
(Is_Secondary_Stack_BIP_Func_Call): New routine.

2012-03-30  Yannick Moy  <moy@adacore.com>

* lib-xref-alfa.adb, lib-xref.adb: Code clean ups.

From-SVN: r186001
gcc/ada/ChangeLog
gcc/ada/exp_ch7.adb
gcc/ada/exp_util.adb
gcc/ada/exp_util.ads
gcc/ada/lib-xref-alfa.adb
gcc/ada/lib-xref.adb