diff graal/com.oracle.max.graal.lir/src/com/oracle/max/graal/lir/StandardOp.java @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 681e969888a7
children
line wrap: on
line diff
--- a/graal/com.oracle.max.graal.lir/src/com/oracle/max/graal/lir/StandardOp.java	Wed Mar 07 14:35:22 2012 -0800
+++ b/graal/com.oracle.max.graal.lir/src/com/oracle/max/graal/lir/StandardOp.java	Thu Mar 08 15:01:19 2012 +0100
@@ -105,7 +105,7 @@
      * When the LIR is constructed, the last operation of every block must implement this interface. After
      * register allocation, unnecessary jumps can be deleted.
      *
-     * TODO Currently, a block can also end with an XIR operation.
+     * TODO (cwimmer) Currently, a block can also end with an XIR operation.
      */
     public static class JumpOp extends LIRInstruction {
         private final LabelRef destination;