summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/fmovd-zero-mem.c
blob: 9245c4822656b85b20240563f9e69eb890df732c (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2" } */

void
foo (double *output)
{
  *output = 0.0;
}

/* { dg-final { scan-assembler "str\\txzr, \\\[x0\\\]" } } */