From 32a741210db57f2379526dca8f383b738f71fef6 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 5 Oct 1990 14:54:52 +0000
Subject: [PATCH] Totally nuked the efficency note in the EQL transform, cuz
 LTN will give any necessary efficency note

---
 compiler/srctran.lisp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp
index 9ccb3b575..963d2639b 100644
--- a/compiler/srctran.lisp
+++ b/compiler/srctran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.16 1990/10/03 17:34:40 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.17 1990/10/05 14:54:52 ram Exp $
 ;;;
 ;;;    This file contains macro-like source transformations which convert
 ;;; uses of certain functions into the canonical form desired within the
@@ -1066,10 +1066,8 @@
 		    (and (csubtypep x-type y-type)
 			 (not (csubtypep y-type x-type)))))
 	   '(eql y x))
-	  ((csubtypep y-type (specifier-type 'fixnum))
-	   (give-up))
 	  (t
-	   (give-up "Not enough type information to open-code.")))))
+	   (give-up)))))
 
 
 ;;; = IR1 Transform  --  Internal
-- 
GitLab