Changeset 11353
- Timestamp:
- Nov 11, 2008, 5:55:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-0/X86/X8632/x8632-pred.lisp
r10959 r11353 132 132 (single-value-return) 133 133 @cons 134 ;; If either X or Y is NIL, lose. 135 (cmp-reg-to-nil x) 136 (je @lose) 137 (cmp-reg-to-nil y) 138 (je @lose) 134 139 ;; Check to see if the CARs are EQ. If so, we can avoid saving 135 140 ;; context, and can just tail call ourselves on the CDRs.
Note: See TracChangeset
for help on using the changeset viewer.