summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-02 00:13:15 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-02 00:13:15 +0000
commite0d4975781fcb2b454f3f30ba57932c571a278ab (patch)
treed7a0c75064dd41d22c99b7d2333e4c1b7c9a2fae
parentad40234eff1fe1fa86b9de3e66ccd08af7887a1a (diff)
downloadbcm5719-llvm-e0d4975781fcb2b454f3f30ba57932c571a278ab.tar.gz
bcm5719-llvm-e0d4975781fcb2b454f3f30ba57932c571a278ab.zip
Tweak to fix spelling and grammar in comment.
llvm-svn: 117985
-rw-r--r--llvm/include/llvm/Target/Target.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Target/Target.td b/llvm/include/llvm/Target/Target.td
index 5aabc9d639a..5e955e9fd7a 100644
--- a/llvm/include/llvm/Target/Target.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud