summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_arm.h
diff options
context:
space:
mode:
author Aart Bik <ajcbik@google.com> 2017-06-06 20:53:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-06-06 20:53:30 +0000
commitad58e8a25649f6cff14566b86a8ca7d0dbe22fd0 (patch)
treea6332ec37c84f93917fb839007b48637320da5e0 /compiler/optimizing/scheduler_arm.h
parentf3b55509ab4dcc192104430fbc99c1b58a16d800 (diff)
parentf0fc4c6c9cedbd8665a2f98c4a649a62aaf3ac19 (diff)
Merge "ARM64: SIMD instruction scheduling."
Diffstat (limited to 'compiler/optimizing/scheduler_arm.h')
-rw-r--r--compiler/optimizing/scheduler_arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/scheduler_arm.h b/compiler/optimizing/scheduler_arm.h
index cb679fcd2d..897e97da49 100644
--- a/compiler/optimizing/scheduler_arm.h
+++ b/compiler/optimizing/scheduler_arm.h
@@ -103,6 +103,7 @@ class SchedulingLatencyVisitorARM : public SchedulingLatencyVisitor {
M(BitwiseNegatedRight, unused) \
M(MultiplyAccumulate, unused) \
M(IntermediateAddress, unused) \
+ M(IntermediateAddressIndex, unused) \
M(DataProcWithShifterOp, unused)
#define DECLARE_VISIT_INSTRUCTION(type, unused) \