diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.cc')
| -rw-r--r-- | src/compiler_llvm/method_compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc index f91694efc8..fea0c72a75 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc @@ -4344,7 +4344,7 @@ void MethodCompiler::ComputeMethodInfo() { case Instruction::SGET_CHAR: case Instruction::SGET_SHORT: { - if (insn->Opcode() == Instruction::AGET_OBJECT) { + if (insn->Opcode() == Instruction::SGET_OBJECT) { set_to_another_object[dec_insn.vA] = true; } uint32_t field_idx = dec_insn.vB; |