From 4d820681678e6703119a38c079172bc83ff6287a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2010 06:39:08 +0000 Subject: fix the same bug on the x86-64 side of the fence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98616 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86Instr64bit.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86Instr64bit.td b/lib/Target/X86/X86Instr64bit.td index e59e6f08a4..4262c0ac05 100644 --- a/lib/Target/X86/X86Instr64bit.td +++ b/lib/Target/X86/X86Instr64bit.td @@ -202,7 +202,7 @@ let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1 in (ins i64mem_TC:$dst, i32imm:$offset, variable_ops), "#TC_RETURN $dst $offset", []>; - def TAILJMPd64 : Ii32<0xE9, RawFrm, (outs), + def TAILJMPd64 : Ii32PCRel<0xE9, RawFrm, (outs), (ins i64i32imm_pcrel:$dst, variable_ops), "jmp\t$dst # TAILCALL", []>; def TAILJMPr64 : I<0xFF, MRM4r, (outs), (ins GR64_TC:$dst, variable_ops), -- cgit v1.2.3