From 4efb0abc5b1b3d33036b640f36ed1efcb10e6cd4 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Tue, 23 Aug 2011 09:14:46 +0100 Subject: Renaming only CmmTop -> CmmDecl CmmPgm -> CmmGroup --- compiler/codeGen/CgUtils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/codeGen/CgUtils.hs') diff --git a/compiler/codeGen/CgUtils.hs b/compiler/codeGen/CgUtils.hs index 77f88470a5..2fed13e452 100644 --- a/compiler/codeGen/CgUtils.hs +++ b/compiler/codeGen/CgUtils.hs @@ -960,7 +960,7 @@ get_Regtable_addr_from_offset rep offset = -- | Fixup global registers so that they assign to locations within the -- RegTable if they aren't pinned for the current target. -fixStgRegisters :: RawCmmTop -> RawCmmTop +fixStgRegisters :: RawCmmDecl -> RawCmmDecl fixStgRegisters top@(CmmData _ _) = top fixStgRegisters (CmmProc info lbl (ListGraph blocks)) = -- cgit v1.2.1