Reviewers: fschneider, Message: Simple next round of HSubgraph removal.
The next step after this is to remove all HSubgraph's member functions except
simple accessors, and to move the functionality to HBasicBlock, HGraph, or HGraphBuilder as appropriate. Description: Remove most uses of HSubgraph as an argument. In a lot of cases where we were passing a subgraph (a pair of basic blocks), we actually only needed a basic block. Please review this at http://codereview.chromium.org/6570006/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32 Affected files: M src/hydrogen.h M src/hydrogen.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
