diff options
author | Vladimir Marko <vmarko@google.com> | 2015-06-16 09:06:59 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-06-16 09:07:00 +0000 |
commit | e4394f7de28ae0b517daa033749979e46ff676ab (patch) | |
tree | 320596587f320a0becda91cfe4fa72c8052fb90a /compiler/optimizing/code_generator_arm.h | |
parent | f6c77d7632bdfe564c2ba61690fecc65f10ea9f6 (diff) | |
parent | f38caa68cce551fb153dff37d01db518e58ed00f (diff) |
Merge "ART: Implement literal pool for arm, fix branch fixup."
Diffstat (limited to 'compiler/optimizing/code_generator_arm.h')
-rw-r--r-- | compiler/optimizing/code_generator_arm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator_arm.h b/compiler/optimizing/code_generator_arm.h index 824e48cc9f..1599a23568 100644 --- a/compiler/optimizing/code_generator_arm.h +++ b/compiler/optimizing/code_generator_arm.h @@ -298,6 +298,8 @@ class CodeGeneratorARM : public CodeGenerator { block_labels_.SetSize(GetGraph()->GetBlocks().Size()); } + void Finalize(CodeAllocator* allocator) OVERRIDE; + const ArmInstructionSetFeatures& GetInstructionSetFeatures() const { return isa_features_; } |