1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre1" } */
4 struct S
{ int i
; int j
; };
11 int foo (int n
, int i
, int j
)
18 /* We should remove the redundant load. */
20 /* { dg-final { scan-tree-dump-not "= u.a\\\[n_2\\(D\\)\\\].i" "fre1" } } */