Add a pragma to supress an MSVC warning on some of the absurd code I'm
authorChandler Carruth <chandlerc@gmail.com>
Thu, 21 Jun 2012 10:02:41 +0000 (10:02 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 21 Jun 2012 10:02:41 +0000 (10:02 +0000)
commitbd9060c5c028486d1af59edd5ba5bd1217e6af8e
tree7d89bb05436b3f0b4d428c632f2465408c942688
parent53afd08bd1d1de79cbd590617dfb828a5ce4b1b1
Add a pragma to supress an MSVC warning on some of the absurd code I'm
using to test the alignment support library.

Patch from Nikola on IRC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158912 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/AlignOfTest.cpp