diff options
| author | 2012-10-23 22:46:33 -0700 | |
|---|---|---|
| committer | 2012-10-23 22:47:08 -0700 | |
| commit | 65c3f9cc5be61aaf16e6d7739d3396f1f7eec3c6 (patch) | |
| tree | 4bea5a340331618333f00ed7aa96ce463916af75 /src/compiler_llvm/method_compiler.cc | |
| parent | 08254278f290c2541cecd24ce6b7015427f4eae5 (diff) | |
Fix typo.
Change-Id: I2c2389904b4d0ce9b30eccfa17b8bfed4077967c
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; |