Scan "lea\[lq\]?\[ \t\]" instead of "lea\[ \t\]".

2010-04-25  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/i386/pr43766.c: Scan "lea\[lq\]?\[ \t\]" instead
	of "lea\[ \t\]".

From-SVN: r158710
This commit is contained in:
H.J. Lu 2010-04-25 21:48:55 +00:00 committed by H.J. Lu
parent d64ad42ba4
commit 045d4002b7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-04-25 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr43766.c: Scan "lea\[lq\]?\[ \t\]" instead
of "lea\[ \t\]".
2010-04-25 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.dg/default_format_denormal_2.f90: Remove XFAIL for FreeBSD.

View File

@ -7,4 +7,4 @@ void p (int *a, int i)
__builtin_prefetch (&a[i]);
}
/* { dg-final { scan-assembler-not "lea\[ \t\]" } } */
/* { dg-final { scan-assembler-not "lea\[lq\]?\[ \t\]" } } */