X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcoreSyn%2FCoreSyn.lhs;h=331a890760df20d04c31a4754d47fe67ec6a0c64;hb=ba40c9828ce8ce18e834af4f832792365d82e319;hp=201d86683457fbd8f6a1d8f0795151e80552281e;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/coreSyn/CoreSyn.lhs b/compiler/coreSyn/CoreSyn.lhs index 201d866..331a890 100644 --- a/compiler/coreSyn/CoreSyn.lhs +++ b/compiler/coreSyn/CoreSyn.lhs @@ -123,9 +123,6 @@ data Note Type -- The to-type: type of whole coerce expression Type -- The from-type: type of enclosed expression - | InlineCall -- Instructs simplifier to inline - -- the enclosed call - | InlineMe -- Instructs simplifer to treat the enclosed expression -- as very small, and inline it at its call sites