]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/dead-code/branches/branches.factor
Fix comments to be ! not #!.
[factor.git] / basis / compiler / tree / dead-code / branches / branches.factor
index 90d96f952e01dbb302cd5c74fde07484475c30a0..fc03c8575677471d511789997e8ef5df7391036c 100644 (file)
@@ -14,8 +14,8 @@ M: #dispatch mark-live-values* look-at-inputs ;
     [ index ] dip swap [ <column> look-at-values ] [ drop ] if* ;
 
 M: #phi compute-live-values*
-    #! If any of the outputs of a #phi are live, then the
-    #! corresponding inputs are live too.
+    ! If any of the outputs of a #phi are live, then the
+    ! corresponding inputs are live too.
     [ out-d>> ] [ phi-in-d>> ] bi look-at-phi ;
 
 SYMBOL: if-node