remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / pr37858.c
1 /* PR middle-end/37858 */
2 /* ??? With -dv removed, this test is a bit silly.  */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fdump-ipa-early_local_cleanups" } */
5
6 int
7 main (void)
8 {
9   return 0;
10 }
11
12 /* { dg-final { cleanup-ipa-dump "early_local_cleanups" } } */