| commit | 131d97d80923ab4a068ee8a5fc3dbed5c97bd15e | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Sun Aug 22 08:30:07 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Sun Aug 22 08:30:07 2010 +0000 |
| tree | 08df0959e02fb7a55a482106c11d0425603d7cf7 | |
| parent | 6f33bd9345dd9610676450b86ac5758704628ede [diff] |
Extract member function pointer comparison and null comparison into the ABI code. Implement correct semantics for these on ARM. I believe this completes the implementation of member function pointers on ARM. I think I'm going to switch member function pointers over to be non-aggregates while I have all this in mind. llvm-svn: 111774