manpage: remove the MUL_FV/VF section, it wouldn't be legal code anyway

This commit is contained in:
Wolfgang Bumiller 2012-12-23 17:50:44 +01:00
parent 4f06daf7d0
commit 2967dba7ad

View 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