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
5 files changed
tree: 08df0959e02fb7a55a482106c11d0425603d7cf7
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. lldb/
  5. llvm/