diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-10-24 16:59:59 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-10-24 17:02:11 +1100 |
| commit | 3dfc35214509e969cfeec76380af427881a36aa9 (patch) | |
| tree | aba26de6de6f917f676ebfdf313aea57965db934 | |
| parent | 55b7f8e800a6a43657a8582450323d546297c950 (diff) | |
| download | rust-3dfc35214509e969cfeec76380af427881a36aa9.tar.gz rust-3dfc35214509e969cfeec76380af427881a36aa9.zip | |
Replace an FTP link in comments with an equivalent HTTPS link
| -rw-r--r-- | compiler/rustc_data_structures/src/graph/dominators/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/graph/dominators/mod.rs b/compiler/rustc_data_structures/src/graph/dominators/mod.rs index 85b030c1a48..53ff67f60e3 100644 --- a/compiler/rustc_data_structures/src/graph/dominators/mod.rs +++ b/compiler/rustc_data_structures/src/graph/dominators/mod.rs @@ -2,7 +2,7 @@ //! //! Algorithm based on Loukas Georgiadis, //! "Linear-Time Algorithms for Dominators and Related Problems", -//! <ftp://ftp.cs.princeton.edu/techreports/2005/737.pdf> +//! <https://www.cs.princeton.edu/techreports/2005/737.pdf> //! //! Additionally useful is the original Lengauer-Tarjan paper on this subject, //! "A Fast Algorithm for Finding Dominators in a Flowgraph" |
