diff options
Diffstat (limited to 'compiler/nativeGen/X86/CodeGen.hs')
-rw-r--r-- | compiler/nativeGen/X86/CodeGen.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index a4115a0b6d..9e705c87f9 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -144,6 +144,7 @@ stmtToInstrs stmt = do is32Bit <- is32BitPlatform case stmt of CmmComment s -> return (unitOL (COMMENT s)) + CmmTick {} -> return nilOL CmmAssign reg src | isFloatType ty -> assignReg_FltCode size reg src |