From: Ian Lynagh Date: Sat, 12 Apr 2008 15:55:51 +0000 (+0000) Subject: (F)SLIT -> (f)sLit in CSE X-Git-Tag: 2008-05-28~237 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=84427eabf041fd268e6cc659130b7ddbb73d13e5 (F)SLIT -> (f)sLit in CSE --- diff --git a/compiler/simplCore/CSE.lhs b/compiler/simplCore/CSE.lhs index 38c1f58..bf35f28 100644 --- a/compiler/simplCore/CSE.lhs +++ b/compiler/simplCore/CSE.lhs @@ -329,7 +329,7 @@ extendCSEnv (CS cs in_scope sub) expr expr' = WARN( result `lengthExceeds` 4, short_msg $$ nest 2 long_msg ) result where result = new ++ old - short_msg = ptext SLIT("extendCSEnv: long list, length") <+> int (length result) + short_msg = ptext (sLit "extendCSEnv: long list, length") <+> int (length result) long_msg | opt_PprStyle_Debug = (text "hash code" <+> text (show hash)) $$ ppr result | otherwise = empty