Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19427/src/com/mebigfatguy/fbcontrib/detect
Modified Files:
FloatingPointLoops.java
Log Message:
ima
Index: FloatingPointLoops.java
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/FloatingPointLoops.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- FloatingPointLoops.java 7 Nov 2005 02:50:11 -0000 1.4
+++ FloatingPointLoops.java 7 Nov 2005 02:51:49 -0000 1.5
@@ -37,7 +37,7 @@
private static final int SEEN_IFX = 3;
private static final int SEEN_STORE = 4;
- private BugReporter bugReporter;
+ BugReporter bugReporter;
private Set<FloatForLoop> forLoops = new HashSet<FloatForLoop>();
public FloatingPointLoops(BugReporter bugReporter) {
|