From: Akira Hatanaka Date: Tue, 11 Oct 2011 23:12:12 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=76d9f1c0222e73264037afb739e34317a35a1fb1;p=oota-llvm.git Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141737 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td index fe6d2f4ba2c..7b34a40c261 100644 --- a/lib/Target/Mips/MipsInstrInfo.td +++ b/lib/Target/Mips/MipsInstrInfo.td @@ -250,7 +250,7 @@ def truncstorei32_u : UnalignedStore; // Instructions specific format //===----------------------------------------------------------------------===// -// Arithmetic 3 register operands +// Arithmetic and logical instructions with 3 register operands. class ArithLogicR op, bits<6> func, string instr_asm, SDNode OpNode, InstrItinClass itin, RegisterClass RC, bit isComm = 0>: FR