diff options
author | 2019-07-05 18:23:03 +0100 | |
---|---|---|
committer | 2020-10-28 12:03:34 +0000 | |
commit | 4955036617ff4940bd35fa8ce63f0728c1042902 (patch) | |
tree | 20ebe9c047b9ed5e21e99f2f0a00a3946fa731e8 /compiler/optimizing/nodes_shared.cc | |
parent | 036b0708c12a33469db4a5adde9ded152b5eb700 (diff) |
ART: Fix breaking changes from recent VIXL update.
Also fixes the vixl-related headers includes.
Test: test-art-target, test-art-host
Change-Id: I752a0b0baf741aa2a0693253155042104c8b3b27
Diffstat (limited to 'compiler/optimizing/nodes_shared.cc')
-rw-r--r-- | compiler/optimizing/nodes_shared.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes_shared.cc b/compiler/optimizing/nodes_shared.cc index 2f971b93a6..eca97d7a70 100644 --- a/compiler/optimizing/nodes_shared.cc +++ b/compiler/optimizing/nodes_shared.cc @@ -21,7 +21,7 @@ #include "nodes_shared.h" -#include "common_arm64.h" +#include "instruction_simplifier_shared.h" namespace art { |