Const-correctness of gimple_call_builtin_p
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 May 2014 19:35:23 +0000 (19:35 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 May 2014 19:35:23 +0000 (19:35 +0000)
commit0211cffc95a737ed589b19eea61bf960d724cdbc
tree31b5aecd265d0c3fa763e73cc3eff8ef0778f7e7
parent662eb0600e0fb0ef51b3d3192c15cef5336d4671
Const-correctness of gimple_call_builtin_p

gcc/
2014-05-07  David Malcolm  <dmalcolm@redhat.com>

* gimple.h (gimple_builtin_call_types_compatible_p): Accept a
const_gimple, rather than a gimple.
(gimple_call_builtin_p): Likewise, for the three variants.

* gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
(gimple_call_builtin_p): Likewise, for the three variants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210185 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple.c
gcc/gimple.h