Fix UB in MCJIT test cases that relied on union type punning
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Aug 2015 18:17:45 +0000 (18:17 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Aug 2015 18:17:45 +0000 (18:17 +0000)
commitb0e0513b4dfd22817bc076301009bf450ea083e8
tree368a20bd4559f9def3d4e1e2841b7344294b1c6e
parente7e85970eb416ae6b07e09229ca44a16b204b017
Fix UB in MCJIT test cases that relied on union type punning

Reviewers: lhames, aaron.ballman

Differential Revision: http://reviews.llvm.org/D11779

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244644 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp