summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
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_;