diff options
| author | 2012-06-06 17:09:28 -0700 | |
|---|---|---|
| committer | 2012-06-21 22:11:24 -0700 | |
| commit | 0399dde18753aa9bd2bd0d7cf60beef154d164a4 (patch) | |
| tree | ea88327c01ca321074aaa59b97e4c54348802937 /src/compiler_llvm/method_compiler.cc | |
| parent | de5705dcf4ab5f92d48e144bcd7b59f7bcd18e16 (diff) | |
Remove Frame, merge shadow and quick representations.
Change-Id: I5ae03a5e52111792d2df7e83cbd89ab25777844b
Diffstat (limited to 'src/compiler_llvm/method_compiler.cc')
| -rw-r--r-- | src/compiler_llvm/method_compiler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc index 754f3baccf..eef71db957 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc @@ -28,7 +28,6 @@ #include "object_utils.h" #include "runtime_support_func.h" #include "runtime_support_llvm.h" -#include "shadow_frame.h" #include "stl_util.h" #include "stringprintf.h" #include "utils_llvm.h" |