singleton_intrinsics_1.c: Save temps and cleanup.

* gcc.target/aarch64/singleton_intrinsics_1.c: Save temps and cleanup.

From-SVN: r211934
This commit is contained in:
Alan Lawrence 2014-06-24 11:38:02 +00:00 committed by Alan Lawrence
parent 9975327711
commit fbc2a724d4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-06-24 Alan Lawrence <alan.lawrence@arm.com>
* gcc.target/aarch64/singleton_intrinsics_1.c: Save temps and cleanup.
2014-06-24 Richard Biener <rguenther@suse.de>
PR tree-optimization/61572

View File

@ -1,5 +1,5 @@
/* { dg-do assemble } */
/* { dg-options "-O2 -dp" } */
/* { dg-options "-O2 -dp --save-temps" } */
/* Test the [u]int64x1_t intrinsics. */
@ -400,3 +400,6 @@ test_vsri_n_u64 (uint64x1_t a, uint64x1_t b)
{
return vsri_n_u64 (a, b, 9);
}
/* { dg-final { cleanup-saved-temps } } */