OSDN Git Service

2012-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr46288.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fno-tree-dce" } */
3
4 void foo (int i)
5 {
6   __builtin_expect (i, i);
7 }
8