OSDN Git Service

optimize
[pf3gnuchains/gcc-fork.git] / gcc / ada / exp_vfpt.adb
index 0d4c74a..5bb7343 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---                            $Revision: 1.16 $                             --
---                                                                          --
---          Copyright (C) 1997-2001 Free Software Foundation, Inc.          --
+--          Copyright (C) 1997-2002 Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -22,7 +20,7 @@
 -- MA 02111-1307, USA.                                                      --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -33,7 +31,6 @@ with Nmake;    use Nmake;
 with Rtsfind;  use Rtsfind;
 with Sem_Res;  use Sem_Res;
 with Sinfo;    use Sinfo;
-with Snames;   use Snames;
 with Stand;    use Stand;
 with Tbuild;   use Tbuild;
 with Ttypef;   use Ttypef;
@@ -311,7 +308,6 @@ package body Exp_VFpt is
          end if;
       end Equivalent_Integer_Type;
 
-
    --  Start of processing for Expand_Vax_Conversion;
 
    begin
@@ -324,7 +320,6 @@ package body Exp_VFpt is
          Rewrite (N,
            Unchecked_Convert_To (T_Typ, Expr));
 
-
       elsif Is_Fixed_Point_Type (S_Typ) then
 
          --  convert the scaled integer value to the target type, and multiply