x86: Update gcc.target/i386/incoming-11.c

Expect no stack realignment since we no longer realign stack when
copying data.

	* gcc.target/i386/incoming-11.c: Expect no stack realignment.
This commit is contained in:
H.J. Lu 2021-08-02 10:01:47 -07:00
parent dadbb1a886
commit ff12cc3d4e

View File

@ -15,4 +15,4 @@ void f()
for (i = 0; i < 100; i++) q[i] = 1; for (i = 0; i < 100; i++) q[i] = 1;
} }
/* { dg-final { scan-assembler "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */ /* { dg-final { scan-assembler-not "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */