diff graal/GraalCompiler/src/com/sun/c1x/ir/Return.java @ 2762:ca31e84ff154

Javadoc clean up.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 21 May 2011 17:56:11 +0200
parents 0fe79e7435c3
children 93fd92c9f8b0
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/Return.java	Sat May 21 17:46:54 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/Return.java	Sat May 21 17:56:11 2011 +0200
@@ -67,7 +67,6 @@
      * Constructs a new Return instruction.
      * @param result the instruction producing the result for this return; {@code null} if this
      * is a void return
-     * @param isSafepoint {@code true} if this instruction is a safepoint instruction
      * @param graph
      */
     public Return(Value result, Graph graph) {