diff options
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 0bfdf5d4c5..7a5d66f8ef 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -260,6 +260,8 @@ class MethodCompiler { #undef GEN_INSN_ARGS + // GC card table helper function + void EmitMarkGCCard(llvm::Value* value, llvm::Value* target_addr); // Shadow frame helper function void EmitPopShadowFrame(); |