summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2012-10-15 17:22:44 -0700
committer Ian Rogers <irogers@google.com> 2012-10-15 17:24:05 -0700
commit5438ad85f97c5f7fe030a490fd98841a34d3c961 (patch)
tree8f3ae8276e56e099121ff907af03579f94bd2fe0 /src/compiler_llvm/method_compiler.h
parentc604d731730b43231f63040c8db1d58304da0cf3 (diff)
Add vregs to ShadowFrame.
Change-Id: I870ab3c19c0e727f0e67b570eb55d45c3497d2ad
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 15b8558da1..0b6fcfd79d 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -475,7 +475,7 @@ class MethodCompiler {
llvm::Value* old_shadow_frame_;
llvm::Value* already_pushed_shadow_frame_;
- uint32_t shadow_frame_size_;
+ uint16_t num_shadow_frame_refs_;
uint16_t elf_func_idx_;
};