* flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".

From-SVN: r29528
This commit is contained in:
Kaveh R. Ghazi 1999-09-20 19:14:48 +00:00 committed by Kaveh Ghazi
parent 451fbdf217
commit b8024b5942
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Sep 20 15:11:54 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
Mon Sep 20 14:56:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* crtstuff.c (ON_EXIT): Delete empty macro definition.

View file

@ -6393,7 +6393,7 @@ verify_flow_info ()
if (!e2)
{
error ("Basic block %i edge lists are corrupted", bb->index);
abort;
abort ();
}
}
e = e->pred_next;