From: Ian Lynagh Date: Sat, 12 Apr 2008 15:50:34 +0000 (+0000) Subject: (F)SLIT -> (f)sLit in Specialse X-Git-Tag: 2008-05-28~241 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a45429f7b85fed3123db8acfe52ff3b2cf73f745;p=ghc-hetmet.git (F)SLIT -> (f)sLit in Specialse --- diff --git a/compiler/specialise/Specialise.lhs b/compiler/specialise/Specialise.lhs index 5350406..9455f0f 100644 --- a/compiler/specialise/Specialise.lhs +++ b/compiler/specialise/Specialise.lhs @@ -804,7 +804,7 @@ specDefn subst calls (fn, rhs) rhs_uds `plusUDs` plusUDList spec_uds) | otherwise -- No calls or RHS doesn't fit our preconceptions - = WARN( notNull calls_for_me, ptext SLIT("Missed specialisation opportunity for") <+> ppr fn ) + = WARN( notNull calls_for_me, ptext (sLit "Missed specialisation opportunity for") <+> ppr fn ) -- Note [Specialisation shape] (do { (rhs', rhs_uds) <- specExpr subst rhs ; return ((fn, rhs'), [], rhs_uds) })