========================================================
===== Log of Changes checked in by user ram on Tue Jul 21 17:38:58 1992
File: debug.lisp
Fix typo.
========================================================
===== Log of Changes checked in by user ram on Tue Jul 21 18:42:28 1992
File: checkgen.lisp
Don't call CONTINUATION-CHECK-TYPES if PROBABLE-TYPE-CHECK-P returns NIL.
This lets type checking assume that the continuation does have a DEST,
and also avoids some unnecessary work.
========================================================
===== Log of Changes checked in by user ram on Tue Jul 21 18:45:52 1992
File: locall.lisp
Make the analogous change to CONVERT-MV-CALL.
========================================================
===== Log of Changes checked in by user ram on Tue Aug  4 21:35:39 1992
File: ir1opt.lisp
Don't try to reconvert calls to SETF functions with inline expansions
in RECOGNIZE-KNOWN-CALL, because it won't work.  For now, SETF functions
are never inline expanded.
========================================================
===== Log of Changes checked in by user ram on Tue Aug  4 21:37:19 1992
File: ir1opt.lisp
Get fix to last mod.
========================================================
===== Log of Changes checked in by user ram on Fri Aug 14 15:21:04 1992
File: life.lisp
Fixed a problem with conflict analysis of :more TNs (which are created
when a single vop has ~>= 50 operands.)
========================================================
===== Log of Changes checked in by user ram on Tue Jul 20 10:19:35 1993
File: ir1util.lisp
Guard NOTE-UNDEFINED-REFERENCE's use of POLICY with a BOUNDP check,
since in some cases (for types) the lexenv may not be bound.
