diff options
| author | 2012-04-07 10:31:39 -0700 | |
|---|---|---|
| committer | 2012-04-07 10:31:40 -0700 | |
| commit | b12c3017e619747ab26ba56d935401a7e45b59cd (patch) | |
| tree | bc45ed835422af1d77292de229916fb2cf65d34f /src/compiler_llvm/method_compiler.h | |
| parent | 3f859a44f5e445122174b4645a721b5d2f913950 (diff) | |
| parent | 937105a220983351695bf4c8924171ba5d17a68c (diff) | |
Merge "Use ELF function index to distinguish generated functions." into ics-mr1-plus-art
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 006f7634ef..1ff3a9f9df 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -460,6 +460,8 @@ class MethodCompiler { llvm::BasicBlock* basic_block_unreachable_; llvm::AllocaInst* shadow_frame_; + + uint16_t elf_func_idx_; }; |