[commit: ghc] master: Remove INLINE pragma on loopbreaker (5728f4b)
git at git.haskell.org
git at git.haskell.org
Thu Feb 2 22:35:52 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5728f4b83a06b28fc3bf75f5d13675fe5e9888c6/ghc
>---------------------------------------------------------------
commit 5728f4b83a06b28fc3bf75f5d13675fe5e9888c6
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Thu Feb 2 21:00:39 2017 +0000
Remove INLINE pragma on loopbreaker
>---------------------------------------------------------------
5728f4b83a06b28fc3bf75f5d13675fe5e9888c6
compiler/deSugar/Check.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/deSugar/Check.hs b/compiler/deSugar/Check.hs
index 5fd1adf..2b14739 100644
--- a/compiler/deSugar/Check.hs
+++ b/compiler/deSugar/Check.hs
@@ -1202,7 +1202,6 @@ Main functions are:
runMany :: (ValVec -> PmM PartialResult) -> (Uncovered -> PmM PartialResult)
runMany _ [] = return mempty
runMany pm (m:ms) = mappend <$> pm m <*> runMany pm ms
-{-# INLINE runMany #-}
-- | Generate the initial uncovered set. It initializes the
-- delta with all term and type constraints in scope.
More information about the ghc-commits
mailing list