1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fix comment.

llvm-svn: 141737
This commit is contained in:
Akira Hatanaka 2011-10-11 23:12:12 +00:00
parent 12da673e60
commit 0d687917ae

View 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),