diff options
author | 2013-01-24 12:42:14 -0800 | |
---|---|---|
committer | 2013-01-30 16:48:31 -0800 | |
commit | 2dd0e2cea360bc9206eb88ecc40d259e796c239d (patch) | |
tree | 9d619dc9508cbe73e4793bf6f08cbc761abfb48a /src/compiler/frontend.cc | |
parent | ac21b797b3a425975d656d6b84a7b24401d35f42 (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/frontend.cc')
-rw-r--r-- | src/compiler/frontend.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/frontend.cc b/src/compiler/frontend.cc index 31423ef095..6ccbc07180 100644 --- a/src/compiler/frontend.cc +++ b/src/compiler/frontend.cc @@ -19,7 +19,7 @@ #include "dataflow.h" #include "ssa_transformation.h" #include "leb128.h" -#include "object.h" +#include "mirror/object.h" #include "runtime.h" #include "codegen/codegen_util.h" #include "codegen/mir_to_gbc.h" |