[llvm-commits] [llvm] r117985 - /llvm/trunk/include/llvm/Target/Target.td
Jim Grosbach
grosbach at apple.com
Mon Nov 1 17:13:15 PDT 2010
Author: grosbach
Date: Mon Nov 1 19:13:15 2010
New Revision: 117985
URL: http://llvm.org/viewvc/llvm-project?rev=117985&view=rev
Log:
Tweak to fix spelling and grammar in comment.
Modified:
llvm/trunk/include/llvm/Target/Target.td
Modified: llvm/trunk/include/llvm/Target/Target.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/Target.td?rev=117985&r1=117984&r2=117985&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/Target.td (original)
+++ llvm/trunk/include/llvm/Target/Target.td Mon Nov 1 19:13:15 2010
@@ -267,9 +267,9 @@
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;
More information about the llvm-commits
mailing list