A typo.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 14 Jan 2006 01:18:49 +0000 (01:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 14 Jan 2006 01:18:49 +0000 (01:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25307 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index 1e5cd313c8512f79b7d7384c5589fc1e16975781..291abd48e3528b74e581bb41f3586a41ec649422 100644 (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)]>;
 }