--HG--
branch : 0.0.9.x
This commit is contained in:
Panxiaobo 2011-12-14 20:07:39 +08:00
parent 2618359e5c
commit a480071522

View File

@ -42,9 +42,8 @@ public class LiveAnalyze {
@SuppressWarnings("serial")
public static class Phi extends HashSet<Phi> {
public Local local;
private Phi tag;
private boolean used;
public Phi tag;
public boolean used;
private Phi() {
super(3);