[llvm] r184756 - R600: Fix spelling error in comment

Aaron Watry awatry at gmail.com
Mon Jun 24 09:57:57 PDT 2013


Author: awatry
Date: Mon Jun 24 11:57:57 2013
New Revision: 184756

URL: http://llvm.org/viewvc/llvm-project?rev=184756&view=rev
Log:
R600: Fix spelling error in comment

our -> or

Modified:
    llvm/trunk/lib/Target/R600/R600Instructions.td

Modified: llvm/trunk/lib/Target/R600/R600Instructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/R600Instructions.td?rev=184756&r1=184755&r2=184756&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/R600Instructions.td (original)
+++ llvm/trunk/lib/Target/R600/R600Instructions.td Mon Jun 24 11:57:57 2013
@@ -126,7 +126,7 @@ class R600_1OP_Helper <bits<11> inst, st
               [(set R600_Reg32:$dst, (node R600_Reg32:$src0))]
 >;
 
-// If you add our change the operands for R600_2OP instructions, you must
+// If you add or change the operands for R600_2OP instructions, you must
 // also update the R600Op2OperandIndex::ROI enum in R600Defines.h,
 // R600InstrInfo::buildDefaultInstruction(), and R600InstrInfo::getOperandIdx().
 class R600_2OP <bits<11> inst, string opName, list<dag> pattern,





More information about the llvm-commits mailing list