1 /* Verify straight-line strength reduction for simple integer addition
2 with stride reversed on 1st and 3rd instances. */
4 /* { dg-do compile } */
5 /* { dg-options "-O3 -fdump-tree-optimized" } */
10 int a1
, a2
, a3
, x1
, x2
, x3
, x
;
22 /* { dg-final { scan-tree-dump-times " \\* " 1 "optimized" } } */
23 /* { dg-final { cleanup-tree-dump "optimized" } } */