X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcoreSyn%2FCoreSyn.lhs;h=331a890760df20d04c31a4754d47fe67ec6a0c64;hp=201d86683457fbd8f6a1d8f0795151e80552281e;hb=f2dcf256399e9a2de6343c625630b51f8abf4863;hpb=8382f3ad690ab5c26bc3866f9b024bc7a2bc6308 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