diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-11-02 00:13:15 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-11-02 00:13:15 +0000 |
commit | 9a376a8003c486054ea4d7c2465cb90b501c9893 (patch) | |
tree | 8c76d6bdd04ea83689336f52d6db205a7ff552f9 | |
parent | d9aa7d30aa277fba319ee4bcdb862cd79f1aabe5 (diff) |
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
-rw-r--r-- | include/llvm/Target/Target.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 5aabc9d639..5e955e9fd7 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -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; |