Correct the name of stosd for the AT&T syntax:
authorJohn Criswell <criswell@uiuc.edu>
Wed, 10 Nov 2004 04:48:15 +0000 (04:48 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 10 Nov 2004 04:48:15 +0000 (04:48 +0000)
It's stosl (l for long == 32 bit).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17658 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index 333474134a22b958c72c18ea2b1fe5b35bcfdeed..3d723fa75b42b03da1a37874c112dab17f7c8754 100644 (file)
@@ -248,7 +248,7 @@ def REP_STOSB : I<0xAA, RawFrm, (ops), "{rep;stosb|rep stosb}">,
                 Imp<[AL,ECX,EDI], [ECX,EDI]>, REP;
 def REP_STOSW : I<0xAB, RawFrm, (ops), "{rep;stosw|rep stosw}">,
                 Imp<[AX,ECX,EDI], [ECX,EDI]>, REP, OpSize;
-def REP_STOSD : I<0xAB, RawFrm, (ops), "{rep;stosd|rep stosd}">,
+def REP_STOSD : I<0xAB, RawFrm, (ops), "{rep;stosl|rep stosd}">,
                 Imp<[EAX,ECX,EDI], [ECX,EDI]>, REP;