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

Javadoc clean up.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 21 May 2011 17:56:11 +0200
parents 3ac3dd97d8df
children 93fd92c9f8b0
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/Throw.java	Sat May 21 17:46:54 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/Throw.java	Sat May 21 17:56:11 2011 +0200
@@ -88,7 +88,6 @@
      * Creates a new Throw instruction.
      * @param exception the instruction that generates the exception to throw
      * @param stateAfter the state before the exception is thrown but after the exception object has been popped
-     * @param isSafepoint {@code true} if this instruction is a safepoint instruction
      * @param graph
      */
     public Throw(Value exception, Graph graph) {