diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-12-01 12:28:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-01 12:28:51 +0000 |
commit | 89b53873b29e9e93fa6ba49c9685b84c60c76a4c (patch) | |
tree | f5c860c8f84d3ae77972e94eddfdefadd5d58dc1 /compiler/optimizing/code_generator_arm64.h | |
parent | 672db0289de1dec9513da14153f315fecb78649e (diff) | |
parent | 32f5b4d2c8c9b52e9522941c159577b21752d0fa (diff) | |
download | android_art-89b53873b29e9e93fa6ba49c9685b84c60c76a4c.tar.gz android_art-89b53873b29e9e93fa6ba49c9685b84c60c76a4c.tar.bz2 android_art-89b53873b29e9e93fa6ba49c9685b84c60c76a4c.zip |
Merge "Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug."
Diffstat (limited to 'compiler/optimizing/code_generator_arm64.h')
-rw-r--r-- | compiler/optimizing/code_generator_arm64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator_arm64.h b/compiler/optimizing/code_generator_arm64.h index a40f27fafa..236a04d412 100644 --- a/compiler/optimizing/code_generator_arm64.h +++ b/compiler/optimizing/code_generator_arm64.h @@ -232,6 +232,8 @@ class CodeGeneratorARM64 : public CodeGenerator { } } + void Finalize(CodeAllocator* allocator) OVERRIDE; + // Code generation helpers. void MoveConstant(vixl::CPURegister destination, HConstant* constant); void MoveHelper(Location destination, Location source, Primitive::Type type); |