Fixed some bugs in the analysis.
[repair.git] / Repair / RepairCompiler / MCC / IR / MultUpdateNode.java
index ae620fead375b9eb62fd87cf858a0a376404f808..277a9edaf7f3f061f5ec486125aea83c893aac65 100755 (executable)
@@ -16,6 +16,10 @@ class MultUpdateNode {
        this.op=op;
     }
 
+    public int getType() {
+       return op;
+    }
+
     public String toString() {
        String st="";
        for(int i=0;i<updates.size();i++)