From 2967dba7adb85997f1c8351edf3c1a0aebde0ad3 Mon Sep 17 00:00:00 2001
From: Wolfgang Bumiller <blub@speed.at>
Date: Sun, 23 Dec 2012 17:50:44 +0100
Subject: [PATCH] manpage: remove the MUL_FV/VF section, it wouldn't be legal
 code anyway

---
 doc/gmqcc.1 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/gmqcc.1 b/doc/gmqcc.1
index 68f74df..38b6fe1 100644
--- a/doc/gmqcc.1
+++ b/doc/gmqcc.1
@@ -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
-- 
2.39.5