Fix unaligned memory accesses when performing relocations in X86 JIT. There's
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 21 Aug 2012 20:48:36 +0000 (20:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 21 Aug 2012 20:48:36 +0000 (20:48 +0000)
commitfca01b5e2b509f2e9aeeb1cc51aea89c3722cb2e
tree7657019bfa9a90709f430d7f1f02d2f429cccdda
parent79b59a2766c42180f08fd49c3ea1c5b66682d487
Fix unaligned memory accesses when performing relocations in X86 JIT. There's
no cost to using memcpy here: the fixed code is optimized by LLVM to perfect
machine code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162311 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86JITInfo.cpp