Skip to content
Snippets Groups Projects
Commit ec4e32ee authored by toy's avatar toy
Browse files

Fix harmless typo in vop name to be more consistent with other

fast-char base-char-compare-c vops.
parent b0f45727
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.10 2003/07/01 18:47:01 toy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.11 2003/07/08 13:50:36 toy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
(:translate char<) (:translate char<)
(:variant :ltu :geu)) (:variant :ltu :geu))
(define-vop (fast-char>-c/base-char/c base-char-compare-c) (define-vop (fast-char>-c/base-char base-char-compare-c)
(:translate char>) (:translate char>)
(:variant :gtu :leu)) (:variant :gtu :leu))
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/char.lisp,v 1.6 2003/07/01 20:02:01 toy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/char.lisp,v 1.7 2003/07/08 13:50:36 toy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
(:translate char<) (:translate char<)
(:variant :b :nb)) (:variant :b :nb))
(define-vop (fast-char>-c/base-char/c base-char-compare-c) (define-vop (fast-char>-c/base-char base-char-compare-c)
(:translate char>) (:translate char>)
(:variant :a :na)) (:variant :a :na))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment