From f9e2769da69e87014c714e15c19b063dc975578e Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 29 Jul 1992 13:08:35 +0000
Subject: [PATCH] Removed assem-opt and assem-check.

---
 tools/comcom.lisp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index c0d76e6b4..5187ea935 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -284,8 +284,6 @@
     (:optimize '(optimize (debug-info 2) (safety 1)))
   (comf "target:compiler/ir2tran"))
 (comf "target:compiler/copyprop")
-(unless (c:target-featurep '(or :hppa :x86))
-  (comf "target:compiler/assem-opt"))
 (with-compilation-unit
     (:optimize '(optimize (debug-info 2) (safety 1)))
   (comf "target:compiler/represent"))
@@ -297,7 +295,6 @@
 (with-compilation-unit
     (:optimize '(optimize (debug-info 2) (safety 2)))
   (comf "target:compiler/debug"))
-(comf "target:compiler/assem-check")
 (comf "target:compiler/statcount")
 (comf "target:compiler/dyncount")
 
-- 
GitLab