checkpoint
[sbp.git] / src / edu / berkeley / sbp / GSS.java
index 7d13fb2..1d401a5 100644 (file)
@@ -90,7 +90,7 @@ class GSS {
                 if (token==null) break;
                 int count = 0;
                 Parser.Table.Reduction r = null;
-                if (!state.hasReductions(token)) return;
+                if (!state.canReduce(token)) return;
                 //if (count > 1) break;
                 //if (r.numPop == 0) break;
                 //r.reduce(pending, parent, null, Phase.this, null);