commit | 65c3f9cc5be61aaf16e6d7739d3396f1f7eec3c6 | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Tue Oct 23 22:46:33 2012 -0700 |
committer | TDYa127 <tdy@google.com> | Tue Oct 23 22:47:08 2012 -0700 |
tree | 4bea5a340331618333f00ed7aa96ce463916af75 | |
parent | 08254278f290c2541cecd24ce6b7015427f4eae5 [diff] |
Fix typo. Change-Id: I2c2389904b4d0ce9b30eccfa17b8bfed4077967c
diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc index f91694e..fea0c72 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc
@@ -4344,7 +4344,7 @@ 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;