commit | 0de52be83fc634d1407d8574986e8014de1df4fa | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Sun May 27 20:49:31 2012 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Wed May 30 16:10:11 2012 -0700 |
tree | 8ae618f94b59174459b0332ad7608cab4933cf8b | |
parent | e21021411bcab601692815ea13696f7426ac026e [diff] [blame] |
Remove data dependency of push/pop shadow frame. Change-Id: I883a1082190084ddfa4a09b8953ac9dafa256e7e
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 6de50ed..c912397 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h
@@ -471,6 +471,7 @@ llvm::AllocaInst* shadow_frame_; llvm::AllocaInst* jvalue_temp_; + llvm::Value* old_shadow_frame_; uint16_t elf_func_idx_; };