* builtins.c (expand_builtin_alloca): Handle builtin alloca
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jun 2009 18:10:03 +0000 (18:10 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jun 2009 18:10:03 +0000 (18:10 +0000)
commitf9fa0459195973440fbd7c4de17ad64140b9ea68
treec678b61dfc527900843787a7f2b7ab998a25fa29
parent9d4aeda23c5d5801140123e7c937d2dc43904618
* builtins.c (expand_builtin_alloca): Handle builtin alloca
that is marked not to be inlined. Remove flag_mudflap use.
* tree-mudflap.c: Rename mf_xform_derefs to mf_xfrom_statements.
(mf_xform_statements): Mark builtin alloca calls as un-inlineable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148980 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/tree-mudflap.c