]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/destruction/coalescing/coalescing-docs.factor
fix some help-lint errors.
[factor.git] / basis / compiler / cfg / ssa / destruction / coalescing / coalescing-docs.factor
index 8c53329558b39b81af42c2809b3d7c3c2f3521b9..16d329902a570a58cf5e4c7c4d84f8c3dbc29ea8 100644 (file)
@@ -28,7 +28,7 @@ HELP: coalesce-vregs
 { $description "Sets 'leader' as the leader of 'follower'." } ;
 
 HELP: eliminatable-copy?
-{ $values { "vreg1" "vreg" } { "vreg2" "vreg" } }
+{ $values { "vreg1" "vreg" } { "vreg2" "vreg" } { "?" boolean } }
 { $description "Determines if a vreg copy can be eliminated. It can be eliminated if the vregs have the same register class and same representation size." } ;
 
 HELP: try-eliminate-copy