mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2f3ac9de2
commit
76d9f1c022
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user