]> git.lizzy.rs Git - rust.git/commit
auto merge of #7688 : nikomatsakis/rust/issue-6298-dataflow-graph, r=graydon
authorbors <bors@rust-lang.org>
Fri, 12 Jul 2013 00:52:40 +0000 (17:52 -0700)
committerbors <bors@rust-lang.org>
Fri, 12 Jul 2013 00:52:40 +0000 (17:52 -0700)
commit9a9c84fb8362c26f24b1ea8443a509047f27b38f
treefe073e4df5fb72d742c663d9b48b56249f632c38
parent4478ded57c3a6cd86ad2e6b8cac1f6b4d46d1130
parent3b911816ecacf2e80f4faaadeb577743e9070f7f
auto merge of #7688 : nikomatsakis/rust/issue-6298-dataflow-graph, r=graydon

This patch is a step towards #6298. It extracts the graph abstraction from region inference into a library, and then ports the region inference to use it. It also adds a control-flow graph abstraction that will eventually be used by dataflow. The CFG code is not yet used, but I figured better to add it so as to make later rebasing etc easier.