mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Tweak to fix spelling and grammar in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9aa7d30aa
commit
9a376a8003
@ -267,9 +267,9 @@ class Requires<list<Predicate> preds> {
|
||||
list<Predicate> Predicates = preds;
|
||||
}
|
||||
|
||||
/// ops definition - This is just a simple marker used to identify the operands
|
||||
/// list for an instruction. outs and ins are identical both syntatically and
|
||||
/// semantically, they are used to define def operands and use operands to
|
||||
/// ops definition - This is just a simple marker used to identify the operand
|
||||
/// list for an instruction. outs and ins are identical both syntactically and
|
||||
/// semanticallyr; they are used to define def operands and use operands to
|
||||
/// improve readibility. This should be used like this:
|
||||
/// (outs R32:$dst), (ins R32:$src1, R32:$src2) or something similar.
|
||||
def ops;
|
||||
|
Loading…
x
Reference in New Issue
Block a user