summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAaron Watry <awatry@gmail.com>2013-06-24 16:57:57 +0000
committerAaron Watry <awatry@gmail.com>2013-06-24 16:57:57 +0000
commit52a72c926c7947c133bfaf94a619fc7ea0f72a2b (patch)
tree0d70e97124a5267b516c4452d473d3adf66dfe89 /llvm/lib
parent7f62b954806474d8d3336642b65871d2dfc4d28c (diff)
downloadbcm5719-llvm-52a72c926c7947c133bfaf94a619fc7ea0f72a2b.tar.gz
bcm5719-llvm-52a72c926c7947c133bfaf94a619fc7ea0f72a2b.zip
R600: Fix spelling error in comment
our -> or llvm-svn: 184756
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/R600/R600Instructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R600Instructions.td b/llvm/lib/Target/R600/R600Instructions.td
index 83d735f28c5..a468ab74f3a 100644
--- a/llvm/lib/Target/R600/R600Instructions.td
+++ b/llvm/lib/Target/R600/R600Instructions.td
@@ -126,7 +126,7 @@ class R600_1OP_Helper <bits<11> inst, string opName, SDPatternOperator node,
[(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,
OpenPOWER on IntegriCloud