[Fb-contrib-commit] SF.net SVN: fb-contrib: [893] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/d
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-06-27 06:03:27
|
Revision: 893 http://svn.sourceforge.net/fb-contrib/?rev=893&view=rev Author: dbrosius Date: 2007-06-26 23:03:27 -0700 (Tue, 26 Jun 2007) Log Message: ----------- ignore conditional else blocks as well. Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java 2007-06-26 23:05:51 UTC (rev 892) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java 2007-06-27 06:03:27 UTC (rev 893) @@ -175,7 +175,7 @@ } } } - } else if ((seen > IFEQ) && (seen <= IF_ACMPNE)) { + } else if ((seen > IFEQ) && (seen <= GOTO)) { if (getBranchOffset() > 0) { LoopInfo loop = findLoop(getPC()); if (loop != null) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |