Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / rldicr-2.c
blob01f2fb6bbad089787501f81c5649e6ec5b67fbe0
1 /* { dg-do compile { target lp64 } } */
2 /* { dg-options "-O2" } */
4 /* { dg-final { scan-assembler-times {(?n)^\s+[a-z]} 1799 } } */
5 /* { dg-final { scan-assembler-times {(?n)^\s+blr} 900 } } */
7 /* { dg-final { scan-assembler-times {(?n)^\s+rldic} 29 } } */
9 /* { dg-final { scan-assembler-times {(?n)^\s+mulli} 870 } } */
12 #define CR
13 #define SR
15 #include "rldicx.h"