diff graal/GraalCompiler/src/com/sun/c1x/ir/ValueClosure.java @ 2538:e1ba5a93e997

Clean up on Value class and LIRGenerator/LIRItem-related things.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 20:13:54 +0200
parents 16b9a8b5ad39
children
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/ValueClosure.java	Wed Apr 27 19:53:46 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/ValueClosure.java	Wed Apr 27 20:13:54 2011 +0200
@@ -25,8 +25,6 @@
 /**
  * The {@code ValueClosure} interface represents a first-class
  * function that can be applied to a value.
- *
- * @author Ben L. Titzer
  */
 public interface ValueClosure {
     Value apply(Value i);