]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: remove the MUL_FV/VF section, it wouldn't be legal code anyway
authorWolfgang Bumiller <blub@speed.at>
Sun, 23 Dec 2012 16:50:44 +0000 (17:50 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sun, 23 Dec 2012 16:50:44 +0000 (17:50 +0100)
doc/gmqcc.1

index 68f74dfa2b52f8ef0132f61e93fd58fe57ea2e92..38b6fe1b99facb124a97953dd1213056a08166fc 100644 (file)
@@ -342,8 +342,6 @@ enabling escape sequences like '\\{x2211}'.
 Some general peephole optimizations. For instance the code `a = b + c`
 typically generates 2 instructions, an ADD and a STORE. This
 optimization removes the STORE and lets the ADD write directly into A.
-This optimization will not happen for MUL_VF or MUL_FV if the target
-is the float operand.
 .TP
 .B -Otail-recursion
 Tail recursive function calls will be turned into loops to avoid the