re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3 ...
[gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / dump-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-profile-details" } */
3
4 int f(void)
5 {
6 return 0;
7 }
8
9 /* { dg-final { cleanup-tree-dump "profile" } } */