We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b7f8e commit 3dfc352Copy full SHA for 3dfc352
compiler/rustc_data_structures/src/graph/dominators/mod.rs
@@ -2,7 +2,7 @@
2
//!
3
//! Algorithm based on Loukas Georgiadis,
4
//! "Linear-Time Algorithms for Dominators and Related Problems",
5
-//! <ftp://ftp.cs.princeton.edu/techreports/2005/737.pdf>
+//! <https://www.cs.princeton.edu/techreports/2005/737.pdf>
6
7
//! Additionally useful is the original Lengauer-Tarjan paper on this subject,
8
//! "A Fast Algorithm for Finding Dominators in a Flowgraph"
0 commit comments