]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / ssa / construction / tdmsc / tdmsc.factor
index ef75ed4fb8f79fdb18c0b27085bbcdecd9e671bf..923fc6f594dafb3cb33a45a0d1a7096206f4b855 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs bit-sets compiler.cfg
 compiler.cfg.dominance compiler.cfg.rpo compiler.cfg.utilities
 fry hashtables kernel locals math namespaces sequences sets ;
@@ -8,7 +8,7 @@ IN: compiler.cfg.ssa.construction.tdmsc
 ! TDMSC-I algorithm from "A Practical and Fast Iterative Algorithm for
 ! Phi-Function Computation Using DJ Graphs"
 
-! http://portal.acm.org/citation.cfm?id=1065887.1065890
+! https://portal.acm.org/citation.cfm?id=1065887.1065890
 
 <PRIVATE