Skip to content

Commit

Permalink
Spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpj@microsoft.com committed Oct 18, 2006
1 parent 0d1fca1 commit 1ee8a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/simplCore/CSE.lhs
Expand Up @@ -157,7 +157,7 @@ bar will be inlined (when it should not be). Even if we remove INLINE foo,
we'd still like foo to be inlined if rhs is small. This won't happen
with foo = bar.

Not CSE-ing inside INLLINE also solves an annoying bug in CSE. Consider
Not CSE-ing inside INLINE also solves an annoying bug in CSE. Consider
a worker/wrapper, in which the worker has turned into a single variable:
$wf = h
f = \x -> ...$wf...
Expand Down

0 comments on commit 1ee8a6f

Please sign in to comment.