Implement iget* instructions.

Change-Id: Ia1ae88d9219d35a0b68acecf586e63e67351fe71
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 46aea81..f86d740 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -318,6 +318,10 @@
   RegCategory GetInferredRegCategory(uint32_t dex_pc, uint16_t reg);
 
 
+  // Diagnostics helper function
+  void PrintUnresolvedFieldWarning(int32_t field_idx);
+
+
   // Basic block helper functions
   llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc);