summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author TDYa127 <tdy@google.com> 2012-06-10 11:12:28 -0700
committer Shih-wei Liao <sliao@google.com> 2012-06-10 11:13:08 -0700
commit9eb5f03e0dd90ac25e01fcf81f832c50a1f09d2c (patch)
tree711b2485f69db3c5af915a9442f45e0322ee299d /src/compiler_llvm/method_compiler.h
parent622a6988351d77da0008142f4ce1ea447d838556 (diff)
Fix MethodInfo. Remove unused shadow frame entry.
Change-Id: I140b3640e1b1bd7575dd8134e295409937dbfd4b
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index c30ba3d24d..ec27d96d54 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -439,6 +439,7 @@ class MethodCompiler {
bool need_shadow_frame_entry;
bool need_shadow_frame;
bool lazy_push_shadow_frame;
+ std::vector<bool> set_to_another_object;
};
MethodInfo method_info_;