diff options
Diffstat (limited to 'gcc/config/sh/sh-modes.def')
-rw-r--r-- | gcc/config/sh/sh-modes.def | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/sh/sh-modes.def b/gcc/config/sh/sh-modes.def index 3aa3046e37f..724a0443a5e 100644 --- a/gcc/config/sh/sh-modes.def +++ b/gcc/config/sh/sh-modes.def @@ -1,5 +1,5 @@ /* SH extra machine modes. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of GCC. @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -/* The SH uses a partial integer mode to represent the FPSCR register. */ -PARTIAL_INT_MODE (SI, 22, PSI); /* PDI mode is used to represent a function address in a target register. */ PARTIAL_INT_MODE (DI, 64, PDI); |