summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-16 06:30:18 +0000
committerChris Lattner <sabre@nondot.org>2010-03-16 06:30:18 +0000
commitf5fec8fd8d22920a5c0cc1edc4198a85935ea21a (patch)
tree244bf2f37ddaff7ea55f77c6608f88e7a261f134
parentab8c273b4fde21f1455a47971adb135692b86f0e (diff)
downloadbcm5719-llvm-f5fec8fd8d22920a5c0cc1edc4198a85935ea21a.tar.gz
bcm5719-llvm-f5fec8fd8d22920a5c0cc1edc4198a85935ea21a.zip
fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort
with the integrated assembler! llvm-svn: 98615
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index ede998dd36d..1225b683b74 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/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),
OpenPOWER on IntegriCloud