aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/divide-6.c
blob: a9fc4c04058c65e11e87a98395072b82749406ee (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized" } */

unsigned int f(unsigned int x) {
  return 1 / x;
}

/* { dg-final { scan-tree-dump-not "1 / x_..D.;" "optimized" } } */
/* { dg-final { scan-tree-dump "x_..D. == 1;" "optimized" } } */