summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes_vector.h
diff options
context:
space:
mode:
author android-build-team Robot <android-build-team-robot@google.com> 2018-06-03 07:21:32 +0000
committer android-build-team Robot <android-build-team-robot@google.com> 2018-06-03 07:21:32 +0000
commita00bdadbdaaf3f9a2fe41bf2bdb214d9c9384cfd (patch)
tree06d97b0614ac71e5667d0c65948372c4848272c7 /compiler/optimizing/nodes_vector.h
parent367b59eff1ef626460343fe5ccf9a08f2a93ca21 (diff)
parentb71a6853524fd0cb985b8126b8dbc96e3a7d918b (diff)
Snap for 4818534 from b71a6853524fd0cb985b8126b8dbc96e3a7d918b to pi-release
Change-Id: I3ddfdd6e54f22bb8a4578b199f544387b014b22d
Diffstat (limited to 'compiler/optimizing/nodes_vector.h')
-rw-r--r--compiler/optimizing/nodes_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes_vector.h b/compiler/optimizing/nodes_vector.h
index d1eaf5c366..20f6cf01ed 100644
--- a/compiler/optimizing/nodes_vector.h
+++ b/compiler/optimizing/nodes_vector.h
@@ -328,7 +328,7 @@ class HVecReplicateScalar FINAL : public HVecUnaryOperation {
uint32_t dex_pc)
: HVecUnaryOperation(
kVecReplicateScalar, allocator, scalar, packed_type, vector_length, dex_pc) {
- DCHECK(!scalar->IsVecOperation());
+ DCHECK(!ReturnsSIMDValue(scalar));
}
// A replicate needs to stay in place, since SIMD registers are not