diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Target/Target.td | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 1bc00b610e..82628a148b 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -248,6 +248,13 @@ class Instruction { /// Target-specific flags. This becomes the TSFlags field in TargetInstrDesc. bits<64> TSFlags = 0; + + ///@name Assembler Parser Support + ///@{ + + string AsmMatchConverter = ""; + + ///@} } /// Predicates - These are extra conditionals which are turned into instruction |