]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a call to is_gimple_min_inv...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 10 Dec 2004 17:58:07 +0000 (17:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 10 Dec 2004 17:58:07 +0000 (17:58 +0000)
commit26673217ad3805d5aca555e0351ff40eaaf9be87
treeb28638d98eae721f0fe2fce67d6cc04232258580
parent01c49ce8bd82d2cb56ff07be043c02c7f30a6d6d
tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a call to is_gimple_min_invariant if we know the result.

* tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a
call to is_gimple_min_invariant if we know the result.

From-SVN: r92003
gcc/ChangeLog
gcc/tree-ssa-dom.c