aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arm/pr40457-1.c
blob: 44122bb2c35dfc240eb25fade1a5f63a19ab4672 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-options "-Os" }  */
/* { dg-do compile } */

int bar(int* p)
{
  int x = p[0] + p[1];
  return x;
}

/* { dg-final { scan-assembler "ldrd|ldm" } } */