[Fb-contrib-commit] SF.net SVN: fb-contrib:[1705] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2011-10-14 05:34:21
|
Revision: 1705
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1705&view=rev
Author: dbrosius
Date: 2011-10-14 05:34:15 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
don't report ignored regs
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2011-08-23 10:31:31 UTC (rev 1704)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2011-10-14 05:34:15 UTC (rev 1705)
@@ -707,6 +707,7 @@
stores.keySet().removeAll(loads.keySet());
}
stores.keySet().removeAll(parentUsedRegs);
+ stores.keySet().removeAll(ignoreRegs);
if (stores.size() > 0) {
if (children != null) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|