aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-05-26 11:33:01 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2015-05-26 11:33:01 +0200
commit35fd12d80463c7e5fcc05c2128311f2f0c5b37cc (patch)
tree59290ca7daa1ec6cfd8c1b15b20c0ac96be141d9 /gcc/ada/sinfo.adb
parente8c84c8fc3a1d5e78ec885f9674add6e00fad8e5 (diff)
downloadgcc-35fd12d80463c7e5fcc05c2128311f2f0c5b37cc.zip
gcc-35fd12d80463c7e5fcc05c2128311f2f0c5b37cc.tar.gz
gcc-35fd12d80463c7e5fcc05c2128311f2f0c5b37cc.tar.bz2
[multiple changes]
2015-05-26 Bob Duff <duff@adacore.com> * s-rpc.ads (Partition_ID): Increase maximum Partition_ID to some huge number. * a-except-2005.adb, a-except-2005.ads, a-except.adb, a-except.ads, a-exexda.adb, a-exstat.adb: Minor comment fixes. 2015-05-26 Robert Dewar <dewar@adacore.com> * sinfo.adb: Minor comment addition. * einfo.adb: Minor whitespace and punctuation fix. * sem_util.adb: Minor editing of comments. From-SVN: r223673
Diffstat (limited to 'gcc/ada/sinfo.adb')
-rw-r--r--gcc/ada/sinfo.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/sinfo.adb b/gcc/ada/sinfo.adb
index 136195e..63a6ad5 100644
--- a/gcc/ada/sinfo.adb
+++ b/gcc/ada/sinfo.adb
@@ -57,6 +57,10 @@ package body Sinfo is
-- Field Access Functions --
----------------------------
+ -- Note: The use of Assert (False or else ...) is just a device to allow
+ -- uniform format of the conditions following this. Note that csinfo
+ -- expects this uniform format.
+
function ABE_Is_Certain
(N : Node_Id) return Boolean is
begin