diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Linear/Main.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/Main.hs b/compiler/nativeGen/RegAlloc/Linear/Main.hs index f1af6a5e39..fc0bde44a0 100644 --- a/compiler/nativeGen/RegAlloc/Linear/Main.hs +++ b/compiler/nativeGen/RegAlloc/Linear/Main.hs @@ -129,8 +129,8 @@ import Control.Monad regAlloc :: (PlatformOutputable instr, Instruction instr) => DynFlags - -> LiveCmmTop statics instr - -> UniqSM (NatCmmTop statics instr, Maybe RegAllocStats) + -> LiveCmmDecl statics instr + -> UniqSM (NatCmmDecl statics instr, Maybe RegAllocStats) regAlloc _ (CmmData sec d) = return |