summaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-10 11:59:43 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-10 11:59:43 +0000
commitd20604c441a709605a2522cef7129115078e2c7a (patch)
tree82f6ea7d399575c0a7dcc2402e1c1be33e4e7bfa /gcc/rtl.def
parent9c532fac28e3d65d4f9c0555cb49817c56dc4f1a (diff)
downloadgcc-d20604c441a709605a2522cef7129115078e2c7a.tar.gz
(LSHIFT): Deleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7017 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index d7c50d4948b..b984f36be76 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -1,7 +1,7 @@
/* This file contains the definitions and documentation for the
Register Transfer Expressions (rtx's) that make up the
Register Transfer Language (rtl) used in the Back End of the GNU compiler.
- Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -642,10 +642,7 @@ DEF_RTL_EXPR(NOT, "not", "e", '1')
/* Operand:
0: value to be shifted.
- 1: number of bits.
- ASHIFT and LSHIFT are distinguished because on some machines
- these allow a negative operand and shift right in that case. */
-DEF_RTL_EXPR(LSHIFT, "lshift", "ee", '2')
+ 1: number of bits. */
DEF_RTL_EXPR(ASHIFT, "ashift", "ee", '2')
DEF_RTL_EXPR(ROTATE, "rotate", "ee", '2')