Commit b1570cac by Jan Hubicka

Fix typo.

From-SVN: r161616
parent 8a9c1ae6
/* { 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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment