Fix docs for future pulldown migration
This commit is contained in:
parent
8395798d1a
commit
cbb32a9418
26 changed files with 128 additions and 94 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue