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