summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/art_module.ll
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/art_module.ll
parentc604d731730b43231f63040c8db1d58304da0cf3 (diff)
Add vregs to ShadowFrame.
Change-Id: I870ab3c19c0e727f0e67b570eb55d45c3497d2ad
Diffstat (limited to 'src/compiler_llvm/art_module.ll')
-rw-r--r--src/compiler_llvm/art_module.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/art_module.ll b/src/compiler_llvm/art_module.ll
index af2fcc4e19..3c3c90bfe0 100644
--- a/src/compiler_llvm/art_module.ll
+++ b/src/compiler_llvm/art_module.ll
@@ -44,7 +44,7 @@ declare void @art_unlock_object_from_code(%JavaObject*, %JavaObject*)
declare void @art_test_suspend_from_code(%JavaObject*)
declare %ShadowFrame* @art_push_shadow_frame_from_code(%JavaObject*, %ShadowFrame*,
- %JavaObject*, i32)
+ %JavaObject*, i16, i16)
declare void @art_pop_shadow_frame_from_code(%ShadowFrame*)