mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 17:20:37 +08:00
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:
parent
9975327711
commit
fbc2a724d4
@ -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
|
||||
|
@ -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 } } */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user