neon-reload-class.c: Remove movw and movt.

gcc/testsuite/ChangeLog:

2015-06-05  Kugan Vivekanandarajah  <kuganv@linaro.org>

	* gcc.target/arm/neon-reload-class.c: Remove movw and movt.

From-SVN: r224149
This commit is contained in:
Kugan Vivekanandarajah 2015-06-05 09:17:08 +00:00 committed by Kugan Vivekanandarajah
parent f8940d4a09
commit ea4e787261
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-06-05 Kugan Vivekanandarajah <kuganv@linaro.org>
* gcc.target/arm/neon-reload-class.c: Remove movw and movt.
2015-06-04 Paolo Carlini <paolo.carlini@oracle.com>
* obj-c++.dg/tls/diag-5.mm: Adjust per r224097.

View File

@ -15,4 +15,4 @@ _op_blend_p_caa_dp(unsigned *s, unsigned* e, unsigned *d, unsigned c) {
/* These constants should be emitted as immediates rather than loaded from memory. */
/* { dg-final { scan-assembler-not "(\\.d?word|mov(w|t))" } } */
/* { dg-final { scan-assembler-not "(\\.d?word)" } } */