diff options
author | Craig Topper <craig.topper@gmail.com> | 2014-01-02 19:12:10 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2014-01-02 19:12:10 +0000 |
commit | 66c20f344eb842ac3f431f4e8b133bb75060f285 (patch) | |
tree | a75573eda5a84c63b5606f8f7c0903535d92823d /llvm/utils/TableGen/X86RecognizableInstr.cpp | |
parent | bbebd817096a644b4186907ea30312b0cf950f7d (diff) | |
download | bcm5719-llvm-66c20f344eb842ac3f431f4e8b133bb75060f285.tar.gz bcm5719-llvm-66c20f344eb842ac3f431f4e8b133bb75060f285.zip |
Mark REX64_PREFIX as In64BitMode, remove hack from X86RecognizableInstr.
llvm-svn: 198336
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp index 3deca23c6bc..1198e5a9779 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.cpp +++ b/llvm/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; |