diff options
Diffstat (limited to 'compiler/GHC/CmmToAsm/PPC.hs')
-rw-r--r-- | compiler/GHC/CmmToAsm/PPC.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/CmmToAsm/PPC.hs b/compiler/GHC/CmmToAsm/PPC.hs index 148fd1b4b2..d38eb84c64 100644 --- a/compiler/GHC/CmmToAsm/PPC.hs +++ b/compiler/GHC/CmmToAsm/PPC.hs @@ -57,5 +57,4 @@ instance Instruction PPC.Instr where mkStackAllocInstr = PPC.mkStackAllocInstr mkStackDeallocInstr = PPC.mkStackDeallocInstr pprInstr = PPC.pprInstr - - + mkComment = const [] |