summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorMichal Terepeta <michal.terepeta@gmail.com>2018-03-05 15:16:02 -0500
committerBen Gamari <ben@smart-cactus.org>2018-03-06 13:03:06 -0500
commit64c0af7517148316b259300b851b966cfbcf3eaf (patch)
tree3c72f8eb06f7f7c5d86806d81dbe9177a995ba49 /compiler/codeGen
parent9bccfcdbbf97250ede05a9351de48f8fa1788217 (diff)
downloadhaskell-64c0af7517148316b259300b851b966cfbcf3eaf.tar.gz
cmm/: Avoid using lazy left folds
This basically replaces all uses of `foldl` with `foldl'`. I've looked at all the call sites and there doesn't seem to be any reason to prefer the lazy version. Signed-off-by: Michal Terepeta <michal.terepeta@gmail.com> Test Plan: ./validate Reviewers: bgamari, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4463
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions