From: Richard Kenner Date: Mon, 18 Apr 1994 23:22:14 +0000 (-0400) Subject: (RTX_COSTS): Remove LSHIFT. X-Git-Tag: misc/cutover-egcs-0~6866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c523d85bff72ecd63c9f68c9f6a1a78d10be79;p=thirdparty%2Fgcc.git (RTX_COSTS): Remove LSHIFT. From-SVN: r7077 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 76b28bd27cad..dd4dc003649f 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -3,7 +3,7 @@ Changed by Michael Meissner, meissner@osf.org 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and Brendan Eich, brendan@microunity.com. - Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1989, 90, 91, 92, 93, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -2620,7 +2620,6 @@ while (0) \ case ASHIFT: \ case ASHIFTRT: \ - case LSHIFT: \ case LSHIFTRT: \ if (GET_MODE (X) == DImode && !TARGET_64BIT) \ return COSTS_N_INSNS ((GET_CODE (XEXP (X, 1)) == CONST_INT) ? 4 : 12); \