Commit 045d4002 by H.J. Lu Committed by H.J. Lu

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
parent d64ad42b
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.
......
......@@ -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\]" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment