Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-fre-6.c
blob6963c1ce483c08bdde88fd982ab5c9a744f1d1a4
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre-details" } */
4 int i; int foo(void) { i = 2; int j = i * 2; int k = i + 2; return j == k; }
5 /* { dg-final { scan-tree-dump-times "Replaced " 5 "fre" } } */
6 /* { dg-final { cleanup-tree-dump "fre" } } */