From: Simon Marlow Date: Wed, 1 Mar 2006 16:07:01 +0000 (+0000) Subject: fix parse error X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=18519c934bd8cc42139df93dcbc90b656521b811 fix parse error --- diff --git a/ghc/compiler/cmm/CmmOpt.hs b/ghc/compiler/cmm/CmmOpt.hs index e3b86e3..c454ff4 100644 --- a/ghc/compiler/cmm/CmmOpt.hs +++ b/ghc/compiler/cmm/CmmOpt.hs @@ -80,11 +80,6 @@ To inline _smi: its occurrences. -} - -It catches many useful cases, but could be generalised in --- several ways. - - cmmMiniInline :: [CmmBasicBlock] -> [CmmBasicBlock] cmmMiniInline blocks = map do_inline blocks where