tree-cfg.c: Make verify_gimple_call require a gimple_call
commit3ddca52144795653f1530e810ab67c663b518bce
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 17 Dec 2013 15:28:55 +0000 (17 10:28 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Oct 2014 21:24:29 +0000 (24 17:24 -0400)
tree9d0413a6959b9f577ed8a0dc4b434a65dee5db47
parent07ec6b8258c4fae6d160a7d63e869e4f933a50f7
tree-cfg.c: Make verify_gimple_call require a gimple_call

This corresponds to:
  [PATCH 40/89] tree-cfg.c: Make verify_gimple_call require a gimple_call
  https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01232.html
from the original 89-patch kit

That earlier patch was approved by Jeff:
> OK when prerequisites have gone in.
in https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00805.html

gcc/
* tree-cfg.c (verify_gimple_call): Require a gimple_call rather
than a plain gimple.
(verify_gimple_stmt): Add checked cast to gimple_call within
GIMPLE_CALL case of switch statement.
gcc/ChangeLog.gimple-classes
gcc/tree-cfg.c