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

Javadoc clean up.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 21 May 2011 17:56:11 +0200
parents 6048da340364
children 93fd92c9f8b0
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/LookupSwitch.java	Sat May 21 17:46:54 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/LookupSwitch.java	Sat May 21 17:56:11 2011 +0200
@@ -47,7 +47,6 @@
      * @param successors the list of successors
      * @param keys the list of keys, sorted
      * @param stateAfter the state after the switch
-     * @param isSafepoint {@code true} if this instruction is a safepoint
      * @param graph
      */
     public LookupSwitch(Value value, List<? extends Instruction> successors, int[] keys, FrameState stateAfter, Graph graph) {