diff options
author | 2023-06-08 20:36:52 +0800 | |
---|---|---|
committer | 2023-07-03 16:11:20 +0000 | |
commit | 12e1aff4d3f5230144b83846263c4553eb1f4929 (patch) | |
tree | bc5fb5c5ff48411c384610b8ce4a3979b9e22991 /compiler/optimizing/nodes.h | |
parent | ae80b58c00b8351584bf0ac589358e7d00d7a818 (diff) |
RISCV: New class InstructionCodeGeneratorRISCV64
Test: m test-art-host-gtest
Bug: 283082089
Change-Id: Icb40802df7504791f3eaba7b0ce06538c9194ff6
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 01fbc997af..9643e4c789 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1659,6 +1659,8 @@ class HLoopInformationOutwardIterator : public ValueObject { #define FOR_EACH_CONCRETE_INSTRUCTION_ARM64(M) +#define FOR_EACH_CONCRETE_INSTRUCTION_RISCV64(M) + #ifndef ART_ENABLE_CODEGEN_x86 #define FOR_EACH_CONCRETE_INSTRUCTION_X86(M) #else |