[project @ 2004-10-26 17:48:39 by ross]
authorross <unknown>
Tue, 26 Oct 2004 17:48:39 +0000 (17:48 +0000)
committerross <unknown>
Tue, 26 Oct 2004 17:48:39 +0000 (17:48 +0000)
bind acosDouble to acos(), rather than asin()

ghc/compiler/cmm/PprC.hs

index 44fe7ae..421b557 100644 (file)
@@ -523,7 +523,7 @@ pprCallishMachOp_for_C mop
         MO_F64_Cosh -> ptext SLIT("cosh")
         MO_F64_Tanh -> ptext SLIT("tanh")
         MO_F64_Asin -> ptext SLIT("asin")
-        MO_F64_Acos -> ptext SLIT("asin")
+        MO_F64_Acos -> ptext SLIT("acos")
         MO_F64_Atan -> ptext SLIT("atan")
         MO_F64_Log  -> ptext SLIT("log")
         MO_F64_Exp  -> ptext SLIT("exp")