[commit: ghc] master: Typo fixed (74af2e7)
git at git.haskell.org
git at git.haskell.org
Thu Aug 24 10:12:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/74af2e72855b03f9f8f130c27f7cd525fbeeba9d/ghc
>---------------------------------------------------------------
commit 74af2e72855b03f9f8f130c27f7cd525fbeeba9d
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Aug 24 12:07:36 2017 +0200
Typo fixed
and update to the 'nofib' submodule
>---------------------------------------------------------------
74af2e72855b03f9f8f130c27f7cd525fbeeba9d
compiler/nativeGen/SPARC/Ppr.hs | 2 +-
nofib | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/nativeGen/SPARC/Ppr.hs b/compiler/nativeGen/SPARC/Ppr.hs
index 88b04b9..054a0dc 100644
--- a/compiler/nativeGen/SPARC/Ppr.hs
+++ b/compiler/nativeGen/SPARC/Ppr.hs
@@ -402,7 +402,7 @@ pprInstr (LD format addr reg)
pprReg reg
]
--- 64 bit FP storees are expanded into individual instructions in CodeGen.Expand
+-- 64 bit FP stores are expanded into individual instructions in CodeGen.Expand
pprInstr (ST FF64 reg _)
| RegReal (RealRegSingle{}) <- reg
= panic "SPARC.Ppr: not emitting potentially misaligned ST FF64 instr"
diff --git a/nofib b/nofib
index 63ce82a..999a46a 160000
--- a/nofib
+++ b/nofib
@@ -1 +1 @@
-Subproject commit 63ce82acf38ef20d20fde6e80c5075c14fe8246c
+Subproject commit 999a46a1a73832795c532e142a3e37664417f35c
More information about the ghc-commits
mailing list