diff options
-rw-r--r-- | compiler/nativeGen/SPARC/Ppr.hs | 2 | ||||
m--------- | nofib | 0 |
2 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" diff --git a/nofib b/nofib -Subproject 63ce82acf38ef20d20fde6e80c5075c14fe8246 +Subproject 999a46a1a73832795c532e142a3e37664417f35 |