Scan "lea\[ \t\]" instead of "lea".
authorH.J. Lu <hongjiu.lu@intel.com>
Sun, 25 Apr 2010 16:04:22 +0000 (16:04 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sun, 25 Apr 2010 16:04:22 +0000 (09:04 -0700)
2010-04-25  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r158706

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr43766.c

index 6afd75b..8b8669e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 701be6e..4c83b51 100644 (file)
@@ -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\]" } } */