IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr32773.c
blobca5dd53fdf417a44722e0f010df39a7a0a8c9dcd
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-use" } */
3 /* { dg-options "-O -m4 -fprofile-use" { target sh-*-* } } */
5 void foo (int *p)
7 if (p)
8 *p = 0;
9 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
11 /* { dg-final { cleanup-coverage-files } } */