llvm-svn: 25307
This commit is contained in:
Evan Cheng 2006-01-14 01:18:49 +00:00
parent 2d7162aaf4
commit 3bc25e8a54
1 changed files with 1 additions and 1 deletions

View File

@ -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)]>;
}