]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (purge_builtin_constant_p): Scan insn stream sequentially rather than...
authorRoger Sayle <roger@eyesopen.com>
Sat, 25 Jan 2003 17:47:26 +0000 (17:47 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 25 Jan 2003 17:47:26 +0000 (17:47 +0000)
commit2adc9b0fc586bbe4f97f6571b75ce570d6fb7bcb
treeca6423303b1850aca0173bd4cd22a7d940b9b92e
parentad487c38165975bc7980d362b3a664808deae35c
builtins.c (purge_builtin_constant_p): Scan insn stream sequentially rather than by basic block.

* builtins.c (purge_builtin_constant_p): Scan insn stream
sequentially rather than by basic block.
* function.c (purge_addressof): Simplify test with INSN_P.

From-SVN: r61789
gcc/ChangeLog
gcc/builtins.c
gcc/function.c