1 /* PR optimization/10157 */
2 /* Originator: Peter van Hoof <p.van-hoof@qub.ac.uk> */
3 /* { dg-do compile { target sparc*-*-* } } */
4 /* { dg-options "-O2 -ffast-math" } */
6 /* Verify that the loop optimizer doesn't
7 emit invalid reg-to-reg copy insns. */
13 for( i
=0; i
< n
; i
++ )
15 for( i
=0; i
< n
; i
++ )