aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr46288.c
blob: 24c8874fe002e61db48f35b43be9aadc96aad832 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O -fno-tree-dce" } */

void foo (int i)
{
  __builtin_expect (i, i);
}