[commit: ghc] master: Replace INLINEABLE by INLINABLE (#12613) (68f72f1)
git at git.haskell.org
git at git.haskell.org
Sat Sep 24 00:21:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/68f72f101d67b276aff567be03619a3fd9618017/ghc
>---------------------------------------------------------------
commit 68f72f101d67b276aff567be03619a3fd9618017
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Sep 24 09:16:59 2016 +0900
Replace INLINEABLE by INLINABLE (#12613)
as the latter is the official, correct spelling, and the former just a
misspelling accepted by GHC.
Also document in the user’s guide that the alternative spelling is
accepted
This commit was brough to you by HIW 2016.
>---------------------------------------------------------------
68f72f101d67b276aff567be03619a3fd9618017
compiler/coreSyn/CoreSyn.hs | 2 +-
compiler/coreSyn/CoreUnfold.hs | 8 ++++----
compiler/simplCore/OccurAnal.hs | 10 +++++-----
compiler/simplCore/Simplify.hs | 2 +-
compiler/specialise/SpecConstr.hs | 2 +-
compiler/specialise/Specialise.hs | 14 +++++++-------
docs/users_guide/glasgow_exts.rst | 2 ++
docs/users_guide/using-warnings.rst | 4 ++--
libraries/base/Control/Monad.hs | 12 ++++++------
libraries/base/Data/Bits.hs | 2 +-
libraries/base/GHC/Base.hs | 20 ++++++++++----------
libraries/base/GHC/List.hs | 4 ++--
libraries/base/GHC/Real.hs | 4 ++--
testsuite/tests/perf/compiler/all.T | 2 +-
testsuite/tests/rename/should_fail/T7906.hs | 2 +-
15 files changed, 46 insertions(+), 44 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 68f72f101d67b276aff567be03619a3fd9618017
More information about the ghc-commits
mailing list