summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2013-01-24 12:42:14 -0800
committer Ian Rogers <irogers@google.com> 2013-01-30 16:48:31 -0800
commit2dd0e2cea360bc9206eb88ecc40d259e796c239d (patch)
tree9d619dc9508cbe73e4793bf6f08cbc761abfb48a /src/compiler_llvm/method_compiler.cc
parentac21b797b3a425975d656d6b84a7b24401d35f42 (diff)
Directory restructuring of object.h
Break object.h into constituent files. Reduce number of #includes in other GC header files. Introduce -inl.h files to avoid mirror files #include-ing each other. Check invariants of verifier RegTypes for all constructors. Change-Id: Iecf1171c02910ac152d52947330ef456df4043bc
Diffstat (limited to 'src/compiler_llvm/method_compiler.cc')
-rw-r--r--src/compiler_llvm/method_compiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc
index ccec7e96ec..bc3fb92075 100644
--- a/src/compiler_llvm/method_compiler.cc
+++ b/src/compiler_llvm/method_compiler.cc
@@ -25,8 +25,8 @@
#include "dalvik_reg.h"
#include "greenland/inferred_reg_category_map.h"
#include "ir_builder.h"
+#include "mirror/object.h"
#include "oat_compilation_unit.h"
-#include "object.h"
#include "object_utils.h"
#include "runtime_support_func.h"
#include "runtime_support_llvm.h"