Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK. Change...
authorHoward Hinnant <hhinnant@apple.com>
Thu, 15 Nov 2012 18:00:42 +0000 (18:00 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Thu, 15 Nov 2012 18:00:42 +0000 (18:00 +0000)
commit7166bff4ffb57168b2a8abb74c5903453f171ba7
treed137082295e14d600a6d72b357a49b628a5c61d1
parente822148c80e70782036a6a20fb135a8eb8f033a8
Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK.  Change all type_info comparisons to use an inlined is_equal helper.  However no change in functionality for this latter change at this time.  This is just to encapsulate the comparison and make it a little easier to switch back and forth for testing/debugging.

llvm-svn: 168052
libcxxabi/src/private_typeinfo.cpp