diff graal/GraalCompiler/src/com/sun/c1x/ir/ValueVisitor.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 58c05e4c51e2
children 3558ca7088c0
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/ValueVisitor.java	Wed Apr 27 19:53:46 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/ValueVisitor.java	Wed Apr 27 20:13:54 2011 +0200
@@ -26,8 +26,6 @@
  * The {@link ValueVisitor} implements one half of the visitor
  * pattern for {@linkplain Value IR values}, allowing clients to implement functionality
  * depending on the type of an value without doing type tests.
- *
- * @author Ben L. Titzer
  */
 public abstract class ValueVisitor {
     // Checkstyle: stop