[llvm] r226490 - IR: Remove direct comparisons against Metadata::Storage, NFC

Reid Kleckner rnk at google.com
Tue Jan 20 11:11:51 PST 2015


On Tue, Jan 20, 2015 at 10:57 AM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:

> Tried and failed in r226571 (see revert in r226579).
>
> Fixing the type of the enum and then using it in a bitfield that
> doesn't have space for the underlying type spawns GCC warnings
> (link in the revert commit message).


I would say, let's disable the gcc warning, but it looks like they lack a
-W flag for it:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150120/880d5d23/attachment.html>


More information about the llvm-commits mailing list