Skip to content
Commit d3da6e01 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2...

Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories.

This is done by extending ObjCMethodList (which is only used by the global method pool) to have 2 extra bits of information.
We will later take advantage of this info in global method pool for the overridden methods calculation.

llvm-svn: 179652
parent 179b5485
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment