Go to file
Owen Anderson c2ec2f20f9 Use InstrSlots::NUM rather than pre-dividing by four. Also, mark this const.
llvm-svn: 52659
2008-06-24 00:08:35 +00:00
clang Added ObjCSummaryCache, a new summary cache object to cache summaries for Objective-C methods. Instead of mapping from Selectors -> Summaries, we will now map from (ObjCInterfaceDecl*,Selectors) -> Summaries. This will allow more nuanced summary generation. This patch just swaps in the new data structure; the rest of the code works as before by allowing the ObjCInterfaceDecl* to be null. 2008-06-23 23:30:29 +00:00
llvm Use InstrSlots::NUM rather than pre-dividing by four. Also, mark this const. 2008-06-24 00:08:35 +00:00