< prev index next >

src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp

Print this page

        

*** 1125,1135 **** LIR_Opr result = rlock(x); // arguments of lir_convert LIR_Opr conv_input = input; LIR_Opr conv_result = result; - ConversionStub* stub = NULL; __ convert(x->op(), conv_input, conv_result); assert(result->is_virtual(), "result must be virtual register"); set_result(x, result); --- 1125,1134 ----
< prev index next >