1 /* PR27363. CSE was breaking on the arm store multiple insn used for
4 /* { dg-options "-Os" } */
5 extern void abort (void);
11 static int __attribute__((noinline
))
12 snd_mask_refine(struct snd_mask
*mask
)
17 if (mask
->bits
[0]==0 && mask
->bits
[1]==0)
20 return old
.bits
[0] != mask
->bits
[0];
23 int main(int argc
, char *argv
[])
36 if (snd_mask_refine(&mask
))