Commit 9b41915f by H.J. Lu Committed by H.J. Lu

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

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

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

From-SVN: r158706
parent b5bba4a6
2010-04-25 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr43766.c: Scan "lea\[ \t\]" instead of "lea".
2010-04-25 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/pack15.ad[sb]: New test.
......
......@@ -7,4 +7,4 @@ void p (int *a, int i)
__builtin_prefetch (&a[i]);
}
/* { dg-final { scan-assembler-not "lea" } } */
/* { dg-final { scan-assembler-not "lea\[ \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