Typo in comment
[ghc-hetmet.git] / compiler / cmm / CLabel.hs
index 7dde9f9..614262c 100644 (file)
@@ -171,7 +171,7 @@ data CLabel
   -- | A label with a baked-in \/ algorithmically generated name that definitely
   --    comes from the RTS. The code for it must compile into libHSrts.a \/ libHSrts.so
   --    If it doesn't have an algorithmically generated name then use a CmmLabel 
-  --    instead and give it an appropriate Module argument.
+  --    instead and give it an appropriate PackageId argument.
   | RtsLabel                   
        RtsLabelInfo
 
@@ -530,6 +530,7 @@ needsCDecl ModuleRegdLabel          = False
 needsCDecl (StringLitLabel _)          = False
 needsCDecl (AsmTempLabel _)            = False
 needsCDecl (RtsLabel _)                        = False
+needsCDecl (CmmLabel _ _ _)            = False
 needsCDecl l@(ForeignLabel _ _ _ _)    = not (isMathFun l)
 needsCDecl (CC_Label _)                        = True
 needsCDecl (CCS_Label _)               = True