diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-10 11:13:16 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-10 11:13:16 +0000 |
commit | 9c532fac28e3d65d4f9c0555cb49817c56dc4f1a (patch) | |
tree | d8afeb52a2270dc0735207fb9d836241cc3da073 /gcc/config/elxsi | |
parent | 714b95f9fad6cf843af430eac358449afc2c28a6 (diff) | |
download | gcc-9c532fac28e3d65d4f9c0555cb49817c56dc4f1a.tar.gz |
Remove references to LSHIFT and lshlsi3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/elxsi')
-rw-r--r-- | gcc/config/elxsi/elxsi.md | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gcc/config/elxsi/elxsi.md b/gcc/config/elxsi/elxsi.md index 35838e22686..eadba1db418 100644 --- a/gcc/config/elxsi/elxsi.md +++ b/gcc/config/elxsi/elxsi.md @@ -1,7 +1,6 @@ -;;- Machine description for GNU compiler -;;- Elxsi Version -;; Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc. -;; This port done by Mike Stump <mrs@cygnus.com> in 1988, and is the first +;;- Machine description for GNU compiler, Elxsi Version +;; Copyright (C) 1987, 1988, 1992, 1994 Free Software Foundation, Inc. +;; Contributed by Mike Stump <mrs@cygnus.com> in 1988, and is the first ;; 64 bit port of GNU CC. ;; Based upon the VAX port. @@ -792,14 +791,6 @@ ") - -(define_insn "lshldi3" - [(set (match_operand:DI 0 "register_operand" "=r") - (lshift:DI (match_operand:DI 1 "register_operand" "r") - (match_operand:SI 2 "general_operand" "rn")))] - "" - "sll\\t%0,%1,%2") - (define_insn "ashrdi3" [(set (match_operand:DI 0 "register_operand" "=r") (ashiftrt:DI (match_operand:DI 1 "register_operand" "r") |