mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 14:25:18 +00:00
A typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
088a84eb2d
commit
e3703d44e9
@ -1257,7 +1257,7 @@ let isTwoAddress = 0 in {
|
||||
def AND32mi8 : Ii8<0x83, MRM4m,
|
||||
(ops i32mem:$dst, i32i8imm :$src),
|
||||
"and{l} {$src, $dst|$dst, $src}",
|
||||
[(store (add (load addr:$dst), i32immSExt8:$src), addr:$dst)]>;
|
||||
[(store (and (load addr:$dst), i32immSExt8:$src), addr:$dst)]>;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user