X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FstgSyn%2FCoreToStg.lhs;h=c81edcd5b7551c2d32cb269331affabb38580eeb;hp=b0595ab1ef997cea45b9de84fcd5db736a3c3e98;hb=162c7e780267c73495fb245a873f7e3b8431471b;hpb=52b0eea0e1a22ce95b1f3b933ee01439234c96a7 diff --git a/compiler/stgSyn/CoreToStg.lhs b/compiler/stgSyn/CoreToStg.lhs index b0595ab..c81edcd 100644 --- a/compiler/stgSyn/CoreToStg.lhs +++ b/compiler/stgSyn/CoreToStg.lhs @@ -772,7 +772,7 @@ mkStgRhs rhs_fvs srt binder_info rhs assumptions (namely that they will be entered only once). upd_flag | isPAP env rhs = ReEntrant - | otherwise = Updatable + | otherwise = Updatable -} {- ToDo: