diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-08-24 12:07:36 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-08-24 12:10:37 +0200 |
commit | 74af2e72855b03f9f8f130c27f7cd525fbeeba9d (patch) | |
tree | 483875a85277f116b075ea9ea826ae3893b32edb /compiler | |
parent | 7463a95dbe53d789f8f245f26735a7ac74bb6e11 (diff) | |
download | haskell-74af2e72855b03f9f8f130c27f7cd525fbeeba9d.tar.gz |
Typo fixed
and update to the 'nofib' submodule
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nativeGen/SPARC/Ppr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/Ppr.hs b/compiler/nativeGen/SPARC/Ppr.hs index 88b04b952a..054a0dccdb 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" |