projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52322e7
)
MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
author
Daniel Dunbar
<daniel@zuster.org>
Wed, 19 May 2010 17:20:58 +0000
(17:20 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Wed, 19 May 2010 17:20:58 +0000
(17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104122
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86AsmBackend.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86AsmBackend.cpp
b/lib/Target/X86/X86AsmBackend.cpp
index 6abba5a623c569b2077dd2c9a58a35c992c78982..bddcad04b61ea36db0567d7258008ccd5c322c68 100644
(file)
--- a/
lib/Target/X86/X86AsmBackend.cpp
+++ b/
lib/Target/X86/X86AsmBackend.cpp
@@
-76,6
+76,7
@@
static unsigned getRelaxedOpcode(unsigned Op) {
case X86::JG_1: return X86::JG_4;
case X86::JLE_1: return X86::JLE_4;
case X86::JL_1: return X86::JL_4;
+ case X86::TAILJMP_1:
case X86::JMP_1: return X86::JMP_4;
case X86::JNE_1: return X86::JNE_4;
case X86::JNO_1: return X86::JNO_4;