Test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Goodwin 2009-06-25 17:52:32 +00:00
parent ac5e887a6c
commit 9a36bdbaf1

View File

@ -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",