Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.
authorJeffrey Yasskin <jyasskin@google.com>
Tue, 6 Oct 2009 19:06:16 +0000 (19:06 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Tue, 6 Oct 2009 19:06:16 +0000 (19:06 +0000)
commit0f2ba783d9ffacfc9ccbe94beb76d48bf958a066
tree54418d358a2009b21ba7fb6feda6ade01e6322f6
parent60b35bd8ecb2c3358b80d8441873cfffa0d27851
Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83401 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/JIT/JITTest.cpp