summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-09-14 15:01:23 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-14 15:01:23 +0000
commit8850c73572215669efc893763791f7ec7f0b0667 (patch)
tree96bd44cc3bcb1a1366268bb644a6cb9b5248b19d /compiler/optimizing/nodes.h
parent58735fbfbb2da0c0a19b3239da07c2353c40767d (diff)
parent96b6682d2d65f94c262590ef88bafdc70171ab8c (diff)
Merge "MIPS32: Implement table-based packed switch"
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index 99d7673467..119b62a16b 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -1314,7 +1314,8 @@ class HLoopInformationOutwardIterator : public ValueObject {
#else
#define FOR_EACH_CONCRETE_INSTRUCTION_MIPS(M) \
M(MipsComputeBaseMethodAddress, Instruction) \
- M(MipsDexCacheArraysBase, Instruction)
+ M(MipsDexCacheArraysBase, Instruction) \
+ M(MipsPackedSwitch, Instruction)
#endif
#define FOR_EACH_CONCRETE_INSTRUCTION_MIPS64(M)