fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort
authorChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2010 06:30:18 +0000 (06:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2010 06:30:18 +0000 (06:30 +0000)
with the integrated assembler!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98615 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index ede998dd36dd46f254597200051494bd8322d970..1225b683b7450dc56f514c1f3400a0f0f39791b6 100644 (file)
@@ -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),