aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/X86InstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td
index ede998dd36..1225b683b7 100644
--- a/lib/Target/X86/X86InstrInfo.td
+++ b/lib/Target/X86/X86InstrInfo.td
@@ -724,8 +724,8 @@ let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1 in
// FIXME: The should be pseudo instructions that are lowered when going to
// mcinst.
- def TAILJMPd : Ii32<0xE9, RawFrm, (outs),
- (ins i32imm_pcrel:$dst, variable_ops),
+ def TAILJMPd : Ii32PCRel<0xE9, RawFrm, (outs),
+ (ins i32imm_pcrel:$dst, variable_ops),
"jmp\t$dst # TAILCALL",
[]>;
def TAILJMPr : I<0xFF, MRM4r, (outs), (ins GR32_TC:$dst, variable_ops),