blob: 0e41ff89d351775b842a6d7605084917b00c5661 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mspfp" } */
float i;
int f (void)
{
i *= 2.0;
}
/* { dg-final { scan-assembler "fadd" } } */