diff options
author | Craig Topper <craig.topper@gmail.com> | 2014-02-12 08:09:20 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2014-02-12 08:09:20 +0000 |
commit | 5b3a6bd3707253d519e3cc2d26297d920f3415e4 (patch) | |
tree | 32bbce9d1ab88e2e0d364c339329c025410934d4 /llvm/utils/TableGen/X86RecognizableInstr.h | |
parent | ea91f027627bc0903fb403c6d8c5cb21fc75022a (diff) | |
download | bcm5719-llvm-5b3a6bd3707253d519e3cc2d26297d920f3415e4.tar.gz bcm5719-llvm-5b3a6bd3707253d519e3cc2d26297d920f3415e4.zip |
Remove special case filtering for instructions with lock prefix as they are all marked with isCodeGenOnly already.
llvm-svn: 201216
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.h')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.h b/llvm/utils/TableGen/X86RecognizableInstr.h index 70c785ed889..ac80ec653b3 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.h +++ b/llvm/utils/TableGen/X86RecognizableInstr.h @@ -74,8 +74,6 @@ private: bool HasEVEX_KZ; /// The hasEVEX_B field from the record bool HasEVEX_B; - /// The hasLockPrefix field from the record - bool HasLockPrefix; /// The hasREPPrefix field from the record bool HasREPPrefix; /// The isCodeGenOnly field from the record |