* tree-flow.h (register_jump_thread): Pass vector of edges
commit5411af4eadf540754b9031742bab3a1710eef41f
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Aug 2013 19:27:54 +0000 (21 19:27 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Aug 2013 19:27:54 +0000 (21 19:27 +0000)
tree4225e20823f7e82dcca3f6afa1fa3a57b48db792
parent555b8b62baa66806ef2991facb1064c920cfe038
   * tree-flow.h (register_jump_thread): Pass vector of edges
       instead of each important edge.
       * tree-ssa-threadedge.c (thread_across_edge): Build the jump
       thread path into a vector and pass that to register_jump_thread.
       * tree-ssa-threadupdate.c (register_jump_thread): Conver the
       passed in edge vector to the current 3-edge form.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201907 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssa-threadedge.c
gcc/tree-ssa-threadupdate.c