comparison graal/com.oracle.graal.lir/src/com/oracle/graal/lir/LIRInstruction.java @ 20978:5541e9c74d38

LocationMarker worklist should be unique
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 14 Apr 2015 11:37:12 -0700
parents a69a7c0e0ccc
children 93c50cefb9e8
comparison
equal deleted inserted replaced
20977:820420c8713c 20978:5541e9c74d38
35 35
36 /** 36 /**
37 * The base class for an {@code LIRInstruction}. 37 * The base class for an {@code LIRInstruction}.
38 */ 38 */
39 public abstract class LIRInstruction { 39 public abstract class LIRInstruction {
40 public static final Value[] NO_OPERANDS = {};
41
42 /** 40 /**
43 * Constants denoting how a LIR instruction uses an operand. 41 * Constants denoting how a LIR instruction uses an operand.
44 */ 42 */
45 public enum OperandMode { 43 public enum OperandMode {
46 /** 44 /**