X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FMkId.lhs;h=b72c4beecf95993c4f0e687fdd8290e013db404c;hb=7d9eb2e45b4a9ff4cb053b1ec37602be88528b62;hp=c691f62676f45216a3c563d4a102a610dec196a6;hpb=1b381af863d64aaa0a4dd9c816170c58e6131a9e;p=ghc-hetmet.git diff --git a/compiler/basicTypes/MkId.lhs b/compiler/basicTypes/MkId.lhs index c691f62..b72c4be 100644 --- a/compiler/basicTypes/MkId.lhs +++ b/compiler/basicTypes/MkId.lhs @@ -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