X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fclassgen%2FJSSA.java;h=513cab72cd44ab81e3619b4ed4322a281d1a2cf1;hp=16af019a09d6d6ed757df99ae0fbdce7ad38d801;hb=0861c02e22346b42e3ab0c683d4236f5452cfd27;hpb=4b586655926ec3807715ede09e642f050c336f79 diff --git a/src/org/ibex/classgen/JSSA.java b/src/org/ibex/classgen/JSSA.java index 16af019..513cab7 100644 --- a/src/org/ibex/classgen/JSSA.java +++ b/src/org/ibex/classgen/JSSA.java @@ -13,32 +13,31 @@ public class JSSA extends MethodGen implements CGConst { public JSSA(Type.Class c, DataInput in, ConstantPool cp) throws IOException { super(c, in, cp); - locals = new Phi[size()][maxLocals]; - stacks = new Phi[size()][maxStack]; - sps = new int [size()]; - sps[0] = 0; - int n=0; - locals[0] = new Phi[maxLocals]; - if (!isStatic()) - locals[0][n++] = phi(new Argument("this",method.getDeclaringClass())); - for(int i=0;i