diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-20 00:12:21 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-20 00:12:21 +0100 |
commit | 176a360031e1e7ef4d49ff18f1dd3e32ce4f56d9 (patch) | |
tree | 393614ea051b38306d95f6d961fdb493d7407ce4 | |
parent | bca2e47d3a8c474c1ef5c56df17a79855dee1057 (diff) | |
download | haskell-176a360031e1e7ef4d49ff18f1dd3e32ce4f56d9.tar.gz |
Fix typo
-rw-r--r-- | compiler/simplCore/OccurAnal.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/OccurAnal.lhs b/compiler/simplCore/OccurAnal.lhs index bf696e906d..4705f6b694 100644 --- a/compiler/simplCore/OccurAnal.lhs +++ b/compiler/simplCore/OccurAnal.lhs @@ -1124,7 +1124,7 @@ So, when analysing the RHS of x3 we notice that x3 will itself definitely inline the next time round, and so we analyse x3's rhs in an ordinary context, not rhsCtxt. Hence the "certainly_inline" stuff. -Annoyingly, we have to approximiate SimplUtils.preInlineUnconditionally. +Annoyingly, we have to approximate SimplUtils.preInlineUnconditionally. If we say "yes" when preInlineUnconditionally says "no" the simplifier iterates indefinitely: x = f y |