diff graal/GraalCompiler/src/com/sun/c1x/ir/NewObjectArray.java @ 2834:bfce42cd9c07

Graph duplication now passes all tests
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 31 May 2011 13:34:52 +0200
parents bd17ac598c6e
children 14708c03abba
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/NewObjectArray.java	Tue May 31 09:51:59 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/NewObjectArray.java	Tue May 31 13:34:52 2011 +0200
@@ -41,7 +41,6 @@
      * Constructs a new NewObjectArray instruction.
      * @param elementClass the class of elements in this array
      * @param length the instruction producing the length of the array
-     * @param stateBefore the state before the allocation
      * @param graph
      */
     public NewObjectArray(RiType elementClass, Value length, Graph graph) {