OSDN Git Service

Scan "lea\[ \t\]" instead of "lea".
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Apr 2010 16:04:22 +0000 (16:04 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 04:48:30 +0000 (13:48 +0900)
2010-04-25  H.J. Lu  <hongjiu.lu@intel.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158706 138bc75d-0d04-0410-961f-82ee72b054a4

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\]" } } */