diff options
author | Robert Dewar <dewar@adacore.com> | 2008-08-05 10:16:22 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-05 10:16:22 +0200 |
commit | 6f2b033bd5332574e31a08339d3abe27807d7cb9 (patch) | |
tree | 5c33ad96a5b220c2308010a6ed8e0e9d960111e2 | |
parent | 922987827dfc9cd89d719b84a1f405173df80001 (diff) | |
download | gcc-6f2b033bd5332574e31a08339d3abe27807d7cb9.zip gcc-6f2b033bd5332574e31a08339d3abe27807d7cb9.tar.gz gcc-6f2b033bd5332574e31a08339d3abe27807d7cb9.tar.bz2 |
checks.adb: Minor reformatting
2008-08-05 Robert Dewar <dewar@adacore.com>
* checks.adb: Minor reformatting
From-SVN: r138668
-rw-r--r-- | gcc/ada/checks.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb index 38b1a07..40e3057 100644 --- a/gcc/ada/checks.adb +++ b/gcc/ada/checks.adb @@ -1653,7 +1653,7 @@ package body Checks is begin if Int_Val <= Ilast and then Int_Val >= Ifirst then - -- Conversion is safe. + -- Conversion is safe Rewrite (Parent (Ck_Node), Make_Integer_Literal (Loc, UI_To_Int (Int_Val))); |