Move the compiler away from libdex.

Change-Id: I0c5fdc38d94f1199023cfc6aab3060b927ad2383
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index ea5534c..c9e03a4 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -302,12 +302,11 @@
 
   llvm::Value* EmitLoadStaticStorage(uint32_t dex_pc, uint32_t type_idx);
 
-  llvm::Value* EmitLoadCalleeThis(Instruction::DecodedInstruction const& di,
-                                  bool is_range);
+  llvm::Value* EmitLoadCalleeThis(DecodedInstruction const& di, bool is_range);
 
   void EmitLoadActualParameters(std::vector<llvm::Value*>& args,
                                 uint32_t callee_method_idx,
-                                Instruction::DecodedInstruction const& di,
+                                DecodedInstruction const& di,
                                 bool is_range,
                                 bool is_static);