Don't use native atomics on ivars whose size is not a power of two,
even on architectures that support unaligned access (which is the only way this is otherwise legal, given that ivars apparently do not honor alignment attributes). llvm-svn: 139590
Loading
Please register or sign in to comment