[commit: ghc] master: Some typos (0dc2426)
git at git.haskell.org
git at git.haskell.org
Sat Aug 30 09:53:14 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0dc24269819f6b00e5c46a88bdb781d348e046aa/ghc
>---------------------------------------------------------------
commit 0dc24269819f6b00e5c46a88bdb781d348e046aa
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Aug 29 23:51:20 2014 +0200
Some typos
>---------------------------------------------------------------
0dc24269819f6b00e5c46a88bdb781d348e046aa
compiler/coreSyn/CoreSyn.lhs | 2 +-
testsuite/tests/perf/compiler/all.T | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/coreSyn/CoreSyn.lhs b/compiler/coreSyn/CoreSyn.lhs
index babece4..d739738 100644
--- a/compiler/coreSyn/CoreSyn.lhs
+++ b/compiler/coreSyn/CoreSyn.lhs
@@ -932,7 +932,7 @@ expandUnfolding_maybe _ =
hasStableCoreUnfolding_maybe :: Unfolding -> Maybe Bool
-- Just True <=> has stable inlining, very keen to inline (eg. INLINE pragma)
-- Just False <=> has stable inlining, open to inlining it (eg. INLINEABLE pragma)
--- Nothing <=> not table, or cannot inline it anyway
+-- Nothing <=> not stable, or cannot inline it anyway
hasStableCoreUnfolding_maybe (CoreUnfolding { uf_src = src, uf_guidance = guide })
| isStableSource src
= case guide of
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index cc635ff..f53787a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -88,7 +88,7 @@ test('T1969',
# 12/11/2012 658786936 (amd64/Linux) UNKNOWN REASON
# 17/1/13: 667160192 (x86_64/Linux) new demand analyser
# 18/10/2013 698612512 (x86_64/Linux) fix for #8456
- # 10/02/2014 660922376 (x86_64/Linux) call artiy analysis
+ # 10/02/2014 660922376 (x86_64/Linux) call arity analysis
# 17/07/2014 651626680 (x86_64/Linux) roundabout update
only_ways(['normal']),
More information about the ghc-commits
mailing list