Rule binders shouldn't have IdInfo
authorsimonpj@microsoft.com <unknown>
Tue, 9 Mar 2010 17:33:27 +0000 (17:33 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 9 Mar 2010 17:33:27 +0000 (17:33 +0000)
While I was looking at the rule binders generated in DsBinds for specialise pragmas,
I also looked at Specialise.  It too was "cloning" the dictionary binders including
their IdInfo. In this case they should not have any, but its seems better to make
them completely fresh rather than substitute in existing (albeit non-existent) IdInfo.


No differences found