mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 02:32:08 +00:00
Tweak comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d217da1131
commit
bd4562e163
@ -1305,7 +1305,7 @@ def BKPT : AI<(outs), (ins imm0_65535:$val), MiscFrm, NoItinerary,
|
||||
// framework to represent optional operands, change this behavior.
|
||||
class CPS<dag iops, string asm_ops>
|
||||
: AXI<(outs), iops, MiscFrm, NoItinerary, !strconcat("cps", asm_ops),
|
||||
[/* For disassembly only; pattern left blank */]>, Requires<[IsARM]> {
|
||||
[]>, Requires<[IsARM]> {
|
||||
bits<2> imod;
|
||||
bits<3> iflags;
|
||||
bits<5> mode;
|
||||
|
Loading…
Reference in New Issue
Block a user