comparison graal/GraalCompiler/src/com/sun/c1x/ir/LogicOp.java @ 2594:092e628ddd5d

changed Constant and Convert, more StoreIndexed changes
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 05 May 2011 15:43:23 +0200
parents 51ebe5f0516f
children bd17ac598c6e
comparison
equal deleted inserted replaced
2593:25c278ab287c 2594:092e628ddd5d
26 import com.sun.c1x.debug.*; 26 import com.sun.c1x.debug.*;
27 import com.sun.cri.bytecode.*; 27 import com.sun.cri.bytecode.*;
28 28
29 /** 29 /**
30 * The {@code LogicOp} class definition. 30 * The {@code LogicOp} class definition.
31 *
32 * @author Ben L. Titzer
33 */ 31 */
34 public final class LogicOp extends Op2 { 32 public final class LogicOp extends Op2 {
35 33
36 private static final int INPUT_COUNT = 0; 34 private static final int INPUT_COUNT = 0;
37 private static final int SUCCESSOR_COUNT = 0; 35 private static final int SUCCESSOR_COUNT = 0;