diff graal/GraalCompiler/src/com/sun/c1x/ir/NegateOp.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 51ebe5f0516f
children c3f64b66fc78
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/NegateOp.java	Wed May 11 15:23:07 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/NegateOp.java	Wed May 11 16:10:49 2011 +0200
@@ -29,8 +29,6 @@
 
 /**
  * The {@code NegateOp} instruction negates its operand.
- *
- * @author Ben L. Titzer
  */
 public final class NegateOp extends Instruction {