summaryrefslogtreecommitdiff
path: root/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
commit6c4b8fe9dd221a219bc3a92ca3019de7d6e4454b (patch)
treee0dcce152ec53c29fa4690ad089bf771c8796edf /lib
parent2e8bd8950345b0857130dd0f4068222a79c103f2 (diff)
downloadllvm-6c4b8fe9dd221a219bc3a92ca3019de7d6e4454b.tar.gz
llvm-6c4b8fe9dd221a219bc3a92ca3019de7d6e4454b.tar.bz2
llvm-6c4b8fe9dd221a219bc3a92ca3019de7d6e4454b.tar.xz
R600: Fix spelling error in comment
our -> or git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/R600Instructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td
index 83d735f28c..a468ab74f3 100644
--- a/lib/Target/R600/R600Instructions.td
+++ b/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,