summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-01-02 19:12:10 +0000
committerCraig Topper <craig.topper@gmail.com>2014-01-02 19:12:10 +0000
commitd573aba8e13c2afc5ad7c3c3c442a3a84f8bd94d (patch)
tree92c540909b96019f3bb2fbf133adac568d89c802 /utils
parent2cb57f964f3eec62a47f7a0f1f46f484b4cc160d (diff)
downloadllvm-d573aba8e13c2afc5ad7c3c3c442a3a84f8bd94d.tar.gz
llvm-d573aba8e13c2afc5ad7c3c3c442a3a84f8bd94d.tar.bz2
llvm-d573aba8e13c2afc5ad7c3c3c442a3a84f8bd94d.tar.xz
Mark REX64_PREFIX as In64BitMode, remove hack from X86RecognizableInstr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/X86RecognizableInstr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp
index 3deca23c6b..1198e5a977 100644
--- a/utils/TableGen/X86RecognizableInstr.cpp
+++ b/utils/TableGen/X86RecognizableInstr.cpp
@@ -276,7 +276,6 @@ RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
}
// FIXME: These instructions aren't marked as 64-bit in any way
Is64Bit |= Rec->getName() == "JMP64pcrel32" ||
- Rec->getName() == "REX64_PREFIX" ||
Rec->getName().find("MOV64") != Name.npos ||
Rec->getName().find("PUSH64") != Name.npos ||
Rec->getName().find("POP64") != Name.npos;