Comment only
authorSimon Peyton Jones <simonpj@microsoft.com>
Mon, 13 Jun 2011 14:04:17 +0000 (15:04 +0100)
committerSimon Peyton Jones <simonpj@microsoft.com>
Mon, 13 Jun 2011 14:04:17 +0000 (15:04 +0100)
compiler/basicTypes/MkId.lhs

index c691f62..b72c4be 100644 (file)
@@ -442,7 +442,8 @@ mkDictSelId no_unf name clas
                   -- for the ClassOp
 
     info | new_tycon = base_info `setInlinePragInfo` alwaysInlinePragma
-                  -- See Note [Single-method classes] for why alwaysInlinePragma
+                  -- See Note [Single-method classes] in TcInstDcls
+                  -- for why alwaysInlinePragma
          | otherwise = base_info  `setSpecInfo`       mkSpecInfo [rule]
                                  `setInlinePragInfo` neverInlinePragma
                   -- Add a magic BuiltinRule, and never inline it