X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fstranal%2FWorkWrap.lhs;h=456f2f0358265c89cf80c69af2a0d6bea34a41e8;hp=2f5d38c0691aac0ed2f5c72e0a690eb8537532f1;hb=07160d6128cd517f967749b169d03b3c1ebac0e3;hpb=32722dc3f6466f01698f7a42298a8acedd4059c2 diff --git a/compiler/stranal/WorkWrap.lhs b/compiler/stranal/WorkWrap.lhs index 2f5d38c..456f2f0 100644 --- a/compiler/stranal/WorkWrap.lhs +++ b/compiler/stranal/WorkWrap.lhs @@ -317,7 +317,7 @@ splitThunk transforms like this: Now simplifier will transform to case x-rhs of - I# a -> let x* = I# b + I# a -> let x* = I# a in body which is what we want. Now suppose x-rhs is itself a case: