Fix spaces in PR62178 test
authorWilco Dijkstra <wdijkstr@arm.com>
Thu, 15 Nov 2018 12:32:33 +0000 (12:32 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Thu, 15 Nov 2018 12:32:33 +0000 (12:32 +0000)
Fix spaces in scan assembler tests.

    testsuite/
* gcc.target/aarch64/pr62178.c: Fix spaces.

From-SVN: r266179

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/pr62178.c

index 4f9dc65..3b0b609 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-15  Wilco Dijkstra  <wdijkstr@arm.com>  
+
+       * gcc.target/aarch64/pr62178.c: Fix spaces.
+
 2018-11-15  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/88030
index f50567e..13c0c7f 100644 (file)
@@ -18,5 +18,5 @@ void foo (void) {
 
 /* { dg-final { scan-assembler "ldr\\tq\[0-9\]+, \\\[x\[0-9\]+\\\], \[0-9\]+" } } */
 /* { dg-final { scan-assembler "mla\\tv\[0-9\]+\.4s, v\[0-9\]+\.4s, v\[0-9\]+" } } */
-/* { dg-final { scan-assembler-not { dup } } } */
-/* { dg-final { scan-assembler-not { fmov } } } */
+/* { dg-final { scan-assembler-not {dup} } } */
+/* { dg-final { scan-assembler-not {fmov} } } */