From 53befe7bc10d1f544466f6abdb13373201050a8e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Aug 2010 22:49:22 +0000 Subject: [PATCH] fix a win64 encoding problem, patch by Cameron Esfahani! llvm-svn: 110164 --- llvm/lib/Target/X86/X86Instr64bit.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86Instr64bit.td b/llvm/lib/Target/X86/X86Instr64bit.td index 1e22292f2447..9c7c80f23725 100644 --- a/llvm/lib/Target/X86/X86Instr64bit.td +++ b/llvm/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]>; -- GitLab