diff graal/GraalCompiler/src/com/sun/c1x/ir/AccessIndexed.java @ 2657:4a6518c4d17d

Removed need for base instruction. Cleanup.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 16:10:49 +0200
parents 569228710be8
children bd17ac598c6e
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/AccessIndexed.java	Wed May 11 15:23:07 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/AccessIndexed.java	Wed May 11 16:10:49 2011 +0200
@@ -28,8 +28,6 @@
 /**
  * The {@code AccessIndexed} class is the base class of instructions that read or write
  * elements of an array.
- *
- * @author Ben L. Titzer
  */
 public abstract class AccessIndexed extends AccessArray {