[commit: ghc] master: Typofix in panic (ec356e8)
git at git.haskell.org
git at git.haskell.org
Mon Oct 30 14:01:21 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ec356e8a3530557638bc30df07f0253c6527fb13/ghc
>---------------------------------------------------------------
commit ec356e8a3530557638bc30df07f0253c6527fb13
Author: Gabor Greif <ggreif at gmail.com>
Date: Sun Oct 22 23:05:02 2017 +0200
Typofix in panic
>---------------------------------------------------------------
ec356e8a3530557638bc30df07f0253c6527fb13
compiler/nativeGen/RegAlloc/Liveness.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/nativeGen/RegAlloc/Liveness.hs b/compiler/nativeGen/RegAlloc/Liveness.hs
index db09b0e..d4fecf2 100644
--- a/compiler/nativeGen/RegAlloc/Liveness.hs
+++ b/compiler/nativeGen/RegAlloc/Liveness.hs
@@ -814,7 +814,7 @@ computeLiveness
computeLiveness platform sccs
= case checkIsReverseDependent sccs of
Nothing -> livenessSCCs platform mapEmpty [] sccs
- Just bad -> pprPanic "RegAlloc.Liveness.computeLivenss"
+ Just bad -> pprPanic "RegAlloc.Liveness.computeLiveness"
(vcat [ text "SCCs aren't in reverse dependent order"
, text "bad blockId" <+> ppr bad
, ppr sccs])
More information about the ghc-commits
mailing list