]> git.sur5r.net Git - cc65/commitdiff
Remove paragraph about case labels
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Oct 2001 19:18:51 +0000 (19:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Oct 2001 19:18:51 +0000 (19:18 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1052 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/coding.sgml

index 911b77422aae4605c276331eff83f157634784c9..89719166726ed46fbf64a5a673114bd9b40e7f67 100644 (file)
@@ -132,14 +132,6 @@ and reduce the code to one fetch, one addition and one store.
 </enum>
 
 
-<sect>Case labels in a switch statments are checked in source order<p>
-
-Labels that appear first in a switch statement are tested first. So, if your
-switch statement contains labels that are selected most of the time, put them
-first in your source code. This will speed up the code.
-
-
-
 <sect>Use the preincrement and predecrement operators<p>
 
 The compiler is not always smart enough to figure out, if the rvalue of an