diff options
| author | Malo Jaffré <jaffre.malo@gmail.com> | 2017-12-31 17:17:01 +0100 |
|---|---|---|
| committer | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-01 14:44:12 +0100 |
| commit | cbb32a94181d359ca16659b3e74303e945e8ea92 (patch) | |
| tree | 785a92dda4d9ec7b385d05d81db60a8a615cd5a7 /src/librustc_data_structures/control_flow_graph | |
| parent | 8395798d1aa33bb6ee74d05825bb775a75a9b70e (diff) | |
| download | rust-cbb32a94181d359ca16659b3e74303e945e8ea92.tar.gz rust-cbb32a94181d359ca16659b3e74303e945e8ea92.zip | |
Fix docs for future pulldown migration
Diffstat (limited to 'src/librustc_data_structures/control_flow_graph')
| -rw-r--r-- | src/librustc_data_structures/control_flow_graph/dominators/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/control_flow_graph/dominators/mod.rs b/src/librustc_data_structures/control_flow_graph/dominators/mod.rs index 90670517f59..dc487f1162c 100644 --- a/src/librustc_data_structures/control_flow_graph/dominators/mod.rs +++ b/src/librustc_data_structures/control_flow_graph/dominators/mod.rs @@ -12,7 +12,7 @@ //! A Simple, Fast Dominance Algorithm. //! Keith D. Cooper, Timothy J. Harvey, and Ken Kennedy //! Rice Computer Science TS-06-33870 -//! https://www.cs.rice.edu/~keith/EMBED/dom.pdf +//! <https://www.cs.rice.edu/~keith/EMBED/dom.pdf> use super::ControlFlowGraph; use super::iterate::reverse_post_order; |
