mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-29 15:37:46 +00:00
Add documentation comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93282d2430
commit
2efd8acb3c
@ -402,6 +402,11 @@ class Instruction {
|
|||||||
|
|
||||||
string AsmMatchConverter = "";
|
string AsmMatchConverter = "";
|
||||||
|
|
||||||
|
/// TwoOperandAliasConstraint - Enable TableGen to auto-generate a
|
||||||
|
/// two-operand matcher inst-alias for a three operand instruction.
|
||||||
|
/// For example, the arm instruction "add r3, r3, r5" can be written
|
||||||
|
/// as "add r3, r5". The constraint is of the same form as a tied-operand
|
||||||
|
/// constraint. For example, "$Rn = $Rd".
|
||||||
string TwoOperandAliasConstraint = "";
|
string TwoOperandAliasConstraint = "";
|
||||||
|
|
||||||
///@}
|
///@}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user