AsmPrinter: Suppress warnings on GCC from r238362, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 28 May 2015 18:09:13 +0000 (18:09 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 28 May 2015 18:09:13 +0000 (18:09 +0000)
commit3899951490d9587d91a9a2c5654e45295d753e7a
treead5f1718a44ccbf3abaee1fe04b5dcd2f00c8a70
parentfd64e0f71a38c69a3b8d120937bc0d1cfa62b59e
AsmPrinter: Suppress warnings on GCC from r238362, NFC

GCC seems to have some overzealous warnings about strict aliasing.
Rafael reports that this patch suppresses them on GCC 4.9, and I'm
hoping this will work for GCC 4.7 as well.  I'll watch [1] and iterate
if necessary.

[1]: http://bb.pgr.jp/builders/clang-3stage-x86_64-linux/builds/8597

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238447 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DIE.h