From 44f82278524424b6022353ca288b21e422655203 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Fri, 25 Jul 2014 21:03:56 -0700
Subject: [PATCH] Fix stupid typo that causes sin to converted to asin.

---
 src/compiler/float-tran.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp
index 2d8d829bc..39e960b66 100644
--- a/src/compiler/float-tran.lisp
+++ b/src/compiler/float-tran.lisp
@@ -716,7 +716,7 @@
 (dolist (stuff '((exp %exp *)
 		 (log %log float)
 		 (sqrt %sqrt float)
-		 (sin %asin float)
+		 (sin %sin float)
 		 (cos %cos float)
 		 (tan %tan float)
 		 (asin %asin float)
-- 
GitLab