]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/tree-ssa/pr95433.c
Fix profile update in tree_transform_and_unroll_loop
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr95433.c
CommitLineData
ca2b8c08
MG
1/* { dg-do compile } */
2/* { dg-options "-O -fdump-tree-optimized" } */
3
4int f(int x){return x*7==17;}
5int g(int x){return x*3==15;}
6
7/* { dg-final { scan-tree-dump "return 0;" "optimized" } } */
8/* { dg-final { scan-tree-dump "== 5;" "optimized" } } */