Commit e99d38d0 by Wilco Dijkstra Committed by Wilco Dijkstra

Fix spaces in PR62178 test

Fix spaces in scan assembler tests.

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

From-SVN: r266179
parent 5f3040ed
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
......
......@@ -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} } } */
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