Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / regnames-1.c
blobe34e6241daa6f8acea237be508addcedd48bd1bd
1 /* { dg-do compile { target powerpc*-*-linux* } } */
2 /* { dg-options "-mregnames" } */
4 register double f17 asm ("f17");
5 double foo (void)
7 return f17;