]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo.
authorJan Hubicka <hubicka@gcc.gnu.org>
Wed, 30 Jun 2010 16:56:02 +0000 (16:56 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 30 Jun 2010 16:56:02 +0000 (16:56 +0000)
From-SVN: r161616

gcc/testsuite/gcc.dg/tree-ssa/ipa-split-4.c

index c2c396024997b8733ebe2008c9e2b1e73d439ad3..9d5864bad3cf1fd973066cae1937fbfbd726b2c9 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -fdump-tree-fnsplit" } */
 int make_me_big (void);
+void abort (void);
 
 int
 split_me (int a)
@@ -19,7 +20,8 @@ split_me (int a)
     }
 }
 
-main()
+int
+test(void)
 {
   return split_me (0)+split_me(1)+split_me(2);
 }
This page took 0.078822 seconds and 5 git commands to generate.