mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Fix typo in r164357
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9264988311
commit
730b9dd2ce
@ -699,7 +699,7 @@ multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,
|
||||
InstrItinClass itin8, InstrItinClass itin> {
|
||||
let isCodeGenOnly = 1 in {
|
||||
let Defs = [AL, EFLAGS], Uses = [AL] in
|
||||
def #NAME#8 : I<Opc, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
|
||||
def #NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
|
||||
!strconcat("lock\n\t", mnemonic,
|
||||
"{b}\t{$swap, $ptr|$ptr, $swap}"),
|
||||
[(frag addr:$ptr, GR8:$swap, 1)], itin8>, TB, LOCK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user