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;