From: Chris Lattner Date: Tue, 3 Aug 2010 22:49:22 +0000 (+0000) Subject: fix a win64 encoding problem, patch by Cameron Esfahani! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=656f6800b2930ebbdc4c36746f47723174100acf;p=oota-llvm.git fix a win64 encoding problem, patch by Cameron Esfahani! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110164 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86Instr64bit.td b/lib/Target/X86/X86Instr64bit.td index 1e22292f244..9c7c80f2372 100644 --- a/lib/Target/X86/X86Instr64bit.td +++ b/lib/Target/X86/X86Instr64bit.td @@ -168,7 +168,7 @@ let isCall = 1, isCodeGenOnly = 1 in MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7, XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, EFLAGS], Uses = [RSP] in { - def WINCALL64pcrel32 : I<0xE8, RawFrm, + def WINCALL64pcrel32 : Ii32PCRel<0xE8, RawFrm, (outs), (ins i64i32imm_pcrel:$dst, variable_ops), "call\t$dst", []>, Requires<[IsWin64]>;