cgraph.c (cgraph_create_edge): Check for NULL call_stmt before calling stmt_can_throw...
authorRichard Guenther <rguenther@suse.de>
Fri, 9 Oct 2009 13:22:22 +0000 (13:22 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 9 Oct 2009 13:22:22 +0000 (13:22 +0000)
commit9f3f7d131fd4200ed84aa44ec75b3c675b8273ae
tree133509c8695d037b274512d013d8147067a6010f
parentaf2efb2bbb5a923f524f7467cca0d66d805af18d
cgraph.c (cgraph_create_edge): Check for NULL call_stmt before calling stmt_can_throw_external.

2009-10-09  Richard Guenther  <rguenther@suse.de>

* cgraph.c (cgraph_create_edge): Check for NULL call_stmt
before calling stmt_can_throw_external.

From-SVN: r152587
gcc/ChangeLog
gcc/cgraph.c