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

Javadoc clean up.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 21 May 2011 17:56:11 +0200
parents dbb4c8b6d5cd
children dd6419f4bfe2
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/BlockEnd.java	Sat May 21 17:46:54 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/BlockEnd.java	Sat May 21 17:56:11 2011 +0200
@@ -91,7 +91,6 @@
      * Constructs a new block end with the specified value type.
      * @param kind the type of the value produced by this instruction
      * @param stateAfter the frame state at the end of this block
-     * @param isSafepoint {@code true} if this instruction is a safepoint instruction
      * @param successors the list of successor blocks. If {@code null}, a new one will be created.
      */
     public BlockEnd(CiKind kind, FrameState stateAfter, List<? extends Instruction> blockSuccessors, int inputCount, int successorCount, Graph graph) {