Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 8 Aug 2009 17:47:41 +0000 (17:47 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 8 Aug 2009 17:47:41 +0000 (17:47 +0000)
commit71435a3975789de81a42e4a12d9fb29b28a46b81
tree54e9870ad2f1406cffdd74597a97b13f62a85b82
parentcaaa49336b47b542d7255a8455fbab2e14a20ec5
Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,
since they are in 64 bit mode with i64immSExt32 imms. JIT is not affected since
it handles both word absolute relocations in the same way

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