mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac5e887a6c
commit
9a36bdbaf1
@ -294,7 +294,7 @@ def tPUSH : TI<(outs), (ins reglist:$src1, variable_ops),
|
||||
// Arithmetic Instructions.
|
||||
//
|
||||
|
||||
// Add with carry
|
||||
// Add with carry
|
||||
let isCommutable = 1 in
|
||||
def tADC : T1It<(outs tGPR:$dst), (ins tGPR:$lhs, tGPR:$rhs),
|
||||
"adc $dst, $rhs",
|
||||
|
Loading…
Reference in New Issue
Block a user