From 9c532fac28e3d65d4f9c0555cb49817c56dc4f1a Mon Sep 17 00:00:00 2001 From: kenner Date: Sun, 10 Apr 1994 11:13:16 +0000 Subject: Remove references to LSHIFT and lshlsi3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7016 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/elxsi/elxsi.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'gcc/config/elxsi') 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 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 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") -- cgit v1.2.1