diff graal/GraalCompiler/src/com/sun/c1x/ir/Constant.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 3558ca7088c0
children 7b7dbe19fafb
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/Constant.java	Wed May 11 15:23:07 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/Constant.java	Wed May 11 16:10:49 2011 +0200
@@ -32,8 +32,6 @@
 /**
  * The {@code Constant} instruction represents a constant such as an integer value,
  * long, float, object reference, address, etc.
- *
- * @author Ben L. Titzer
  */
 public final class Constant extends Instruction {