diff options
| author | Craig Topper <craig.topper@gmail.com> | 2014-02-12 08:02:29 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2014-02-12 08:02:29 +0000 |
| commit | ea91f027627bc0903fb403c6d8c5cb21fc75022a (patch) | |
| tree | 2bd9d20896dd66d3b528a2db29481dd7f2914586 /llvm/lib/Target | |
| parent | 729c001ec35a666b47fb05ade56ddcc83f50eb27 (diff) | |
| download | bcm5719-llvm-ea91f027627bc0903fb403c6d8c5cb21fc75022a.tar.gz bcm5719-llvm-ea91f027627bc0903fb403c6d8c5cb21fc75022a.zip | |
Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear from the disassembler table build without custom filtering code.
llvm-svn: 201215
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrTSX.td | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrTSX.td b/llvm/lib/Target/X86/X86InstrTSX.td index 59a6f1e376f..4940efc4443 100644 --- a/llvm/lib/Target/X86/X86InstrTSX.td +++ b/llvm/lib/Target/X86/X86InstrTSX.td @@ -40,7 +40,8 @@ def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm), // HLE prefixes +let isAsmParserOnly = 1 in { def XACQUIRE_PREFIX : I<0xF2, RawFrm, (outs), (ins), "xacquire", []>, Requires<[HasHLE]>; - def XRELEASE_PREFIX : I<0xF3, RawFrm, (outs), (ins), "xrelease", []>, Requires<[HasHLE]>; +} |

