diff options
author | Serban Constantinescu <serban.constantinescu@arm.com> | 2015-03-26 16:50:57 +0000 |
---|---|---|
committer | Serban Constantinescu <serban.constantinescu@arm.com> | 2015-03-31 15:53:57 +0100 |
commit | 82e52ce8364e3e1c644d0d3b3b4f61364bf7089a (patch) | |
tree | d26020cbee67645a46838c57747d2ba1533ba5d1 /compiler/optimizing/code_generator_arm64.h | |
parent | ebbb1e322d8c89e69424a543faa03402e5b63673 (diff) | |
download | android_art-82e52ce8364e3e1c644d0d3b3b4f61364bf7089a.tar.gz android_art-82e52ce8364e3e1c644d0d3b3b4f61364bf7089a.tar.bz2 android_art-82e52ce8364e3e1c644d0d3b3b4f61364bf7089a.zip |
ARM64: Update to VIXL 1.9.
Update VIXL's interface to VIXL 1.9.
Change-Id: Iebae947539cbad65488b7195aaf01de284b71cbb
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Diffstat (limited to 'compiler/optimizing/code_generator_arm64.h')
-rw-r--r-- | compiler/optimizing/code_generator_arm64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/code_generator_arm64.h b/compiler/optimizing/code_generator_arm64.h index 2c624d2926..f555de50e5 100644 --- a/compiler/optimizing/code_generator_arm64.h +++ b/compiler/optimizing/code_generator_arm64.h @@ -23,8 +23,8 @@ #include "nodes.h" #include "parallel_move_resolver.h" #include "utils/arm64/assembler_arm64.h" -#include "a64/disasm-a64.h" -#include "a64/macro-assembler-a64.h" +#include "vixl/a64/disasm-a64.h" +#include "vixl/a64/macro-assembler-a64.h" #include "arch/arm64/quick_method_frame_info_arm64.h" namespace art { |