commit | 83bb6624fe370e7f8922471598adcd1f936e4b1a | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Tue Apr 17 02:20:34 2012 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Tue Apr 17 14:44:39 2012 -0700 |
tree | 4632b575849c78e911ad46b8d19bd71b93ef6dd5 | |
parent | 2acf36d8cfeb5ddb293904148aa70f25ef6d8845 [diff] [blame] |
Implement MarkGCCard. Change-Id: Ic004750a303897d33a5459a41ac60ac552926e07
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 0bfdf5d..7a5d66f 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h
@@ -260,6 +260,8 @@ #undef GEN_INSN_ARGS + // GC card table helper function + void EmitMarkGCCard(llvm::Value* value, llvm::Value* target_addr); // Shadow frame helper function void EmitPopShadowFrame();