X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fclassgen%2FJSSA.java;h=1220b34698c37843122a5e0899b623e8b9c91b20;hp=16af019a09d6d6ed757df99ae0fbdce7ad38d801;hb=5ab1e745d06879276d00ff6bf3438e8dd3edd85c;hpb=4b586655926ec3807715ede09e642f050c336f79 diff --git a/src/org/ibex/classgen/JSSA.java b/src/org/ibex/classgen/JSSA.java index 16af019..1220b34 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