diff options
author | Craig Topper <craig.topper@gmail.com> | 2013-10-12 04:46:18 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2013-10-12 04:46:18 +0000 |
commit | aab53e7785fa4857b9ecc959f028b70356ab1052 (patch) | |
tree | 519158c6be30b966802fd39a43d9b4caf6804a94 /llvm/utils/TableGen/X86RecognizableInstr.cpp | |
parent | 9f70940476152f6d4914d962af6f15d979c0a83e (diff) | |
download | bcm5719-llvm-aab53e7785fa4857b9ecc959f028b70356ab1052.tar.gz bcm5719-llvm-aab53e7785fa4857b9ecc959f028b70356ab1052.zip |
Mark some more instructions as CodeGenOnly. Remove filters from the disassembler.
llvm-svn: 192522
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp index 1415295cd0c..c6770b80793 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.cpp +++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp @@ -529,10 +529,6 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const { // Special cases. - if (Name.find("MOV") != Name.npos && Name.find("r0") != Name.npos) - return FILTER_WEAK; - if (Name.find("Fs") != Name.npos) - return FILTER_WEAK; if (Name == "PUSH64i16" || Name == "MOVPQI2QImr" || Name == "VMOVPQI2QImr" || |