Use https rather than http for several URLs.

This commit is contained in:
Dan Gohman
2018-03-05 05:47:56 -08:00
parent 6e94e70f30
commit bf480c341b
8 changed files with 15 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ use timing;
// The coalescing algorithm implemented follows this paper fairly closely:
//
// Budimlic, Z., Cooper, K. D., Harvey, T. J., et al. (2002). Fast copy coalescing and
// live-range identification (Vol. 37, pp. 2532). ACM. http://doi.org/10.1145/543552.512534
// live-range identification (Vol. 37, pp. 2532). ACM. https://doi.org/10.1145/543552.512534
//
// We use a more efficient dominator forest representation (a linear stack) described here:
//