8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to
Reviewed-by: roland, kvn
This commit is contained in:
parent
e16b299420
commit
3b32c8aae5
@ -949,7 +949,6 @@ enum LIR_Code {
|
||||
, lir_ushr
|
||||
, lir_alloc_array
|
||||
, lir_throw
|
||||
, lir_compare_to
|
||||
, lir_xadd
|
||||
, lir_xchg
|
||||
, end_op2
|
||||
@ -2129,10 +2128,6 @@ class LIR_List: public CompilationResourceObj {
|
||||
append(new LIR_Op1(lir_unwind, exceptionOop));
|
||||
}
|
||||
|
||||
void compare_to (LIR_Opr left, LIR_Opr right, LIR_Opr dst) {
|
||||
append(new LIR_Op2(lir_compare_to, left, right, dst));
|
||||
}
|
||||
|
||||
void push(LIR_Opr opr) { append(new LIR_Op1(lir_push, opr)); }
|
||||
void pop(LIR_Opr reg) { append(new LIR_Op1(lir_pop, reg)); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user