diff graal/GraalCompiler/src/com/sun/c1x/ir/Instruction.java @ 2603:01c5c0443158

new node layout: Phi
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 06 May 2011 11:18:15 +0200
parents 3e0e65161345
children 3558ca7088c0
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/Instruction.java	Fri May 06 10:25:37 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/Instruction.java	Fri May 06 11:18:15 2011 +0200
@@ -97,10 +97,6 @@
         C1XMetrics.HIRInstructions++;
     }
 
-    public Instruction(CiKind kind) {
-        this(kind, 0, 0, null);
-    }
-
     /**
      * Gets the bytecode index of this instruction.
      * @return the bytecode index of this instruction