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:
e625100
)
Remove unnecessary stirng comparison from disassembler.
author
Craig Topper
<craig.topper@gmail.com>
Thu, 2 Jan 2014 17:41:40 +0000
(17:41 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Thu, 2 Jan 2014 17:41:40 +0000
(17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198325
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/X86RecognizableInstr.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/X86RecognizableInstr.cpp
b/utils/TableGen/X86RecognizableInstr.cpp
index a4157d972503d4413b06bc1073ef8dc48a258800..6ae7c3820e4d1d9660a6f7a8616b328d5707df3b 100644
(file)
--- a/
utils/TableGen/X86RecognizableInstr.cpp
+++ b/
utils/TableGen/X86RecognizableInstr.cpp
@@
-277,7
+277,6
@@
RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
}
// FIXME: These instructions aren't marked as 64-bit in any way
Is64Bit |= Rec->getName() == "JMP64pcrel32" ||
- Rec->getName() == "MASKMOVDQU64" ||
Rec->getName() == "POPFS64" ||
Rec->getName() == "POPGS64" ||
Rec->getName() == "PUSHFS64" ||