1 /* PR optimization/10876 */
2 /* Contributed by Christian Ehrhardt */
4 /* Verify that the SPARC port doesn't emit
5 (minus) (reg) (const_int) insns. */
9 unsigned int butterfly
, block
, offset
;
12 for (block
= 0; block
< 512; block
+= 512) {
14 offset
= butterfly
+ block
;
16 T2re
= Z
[offset
] + T1re
;