Fix docs for future pulldown migration

This commit is contained in:
Malo Jaffré 2017-12-31 17:17:01 +01:00
parent 8395798d1a
commit cbb32a9418
26 changed files with 128 additions and 94 deletions

View file

@ -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;