Fix comment.
authorAkira Hatanaka <ahatanaka@mips.com>
Tue, 11 Oct 2011 23:12:12 +0000 (23:12 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Tue, 11 Oct 2011 23:12:12 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141737 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsInstrInfo.td

index fe6d2f4ba2c60df0f802b63d7c8e3ce01194ddf9..7b34a40c261a5616d6028572e34aa1ac6685a771 100644 (file)
@@ -250,7 +250,7 @@ def truncstorei32_u : UnalignedStore<truncstorei32>;
 // Instructions specific format
 //===----------------------------------------------------------------------===//
 
-// Arithmetic 3 register operands
+// Arithmetic and logical instructions with 3 register operands.
 class ArithLogicR<bits<6> op, bits<6> func, string instr_asm, SDNode OpNode,
                   InstrItinClass itin, RegisterClass RC, bit isComm = 0>:
   FR<op, func, (outs RC:$rd), (ins RC:$rs, RC:$rt),