| commit | d3da6e01e881b437a404b9c34d8a6528358d449d | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Apr 17 00:08:58 2013 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Apr 17 00:08:58 2013 +0000 |
| tree | 17c9ad5ae1bea4495a68e0707fa4692c93fd4e42 | |
| parent | 179b54852b574fd651385fa90e01701616598d1d [diff] |
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