[PATCH] D28669: [ARM] Remove ubig32_t cast from ARMAttributeParser

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 04:52:24 PST 2017


bkramer added a comment.

can we just use support::endian::read32le and support::endian::read32be instead of the casting magic? They do the same thing but should have no problem with implicit conversions in a ternary expression.


https://reviews.llvm.org/D28669





More information about the llvm-commits mailing list