X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FnativeGen%2FMachInstrs.hs;h=5ed8c0c4dee5c93018dbfdaefbc1a96dd202c77d;hb=f96e9aa0444de0e673b3c4055c6e43299639bc5b;hp=6316d94265f01ff8fea516869d55b2be756c0304;hpb=affbe8dae5d7eb350686b42ddbd4f3561b7bd0ec;p=ghc-hetmet.git diff --git a/compiler/nativeGen/MachInstrs.hs b/compiler/nativeGen/MachInstrs.hs index 6316d94..5ed8c0c 100644 --- a/compiler/nativeGen/MachInstrs.hs +++ b/compiler/nativeGen/MachInstrs.hs @@ -52,8 +52,8 @@ import GHC.Exts -- Our flavours of the Cmm types -- Type synonyms for Cmm populated with native code -type NatCmm = GenCmm CmmStatic Instr -type NatCmmTop = GenCmmTop CmmStatic Instr +type NatCmm = GenCmm CmmStatic [CmmStatic] Instr +type NatCmmTop = GenCmmTop CmmStatic [CmmStatic] Instr type NatBasicBlock = GenBasicBlock Instr -- -----------------------------------------------------------------------------