summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2016-07-29 21:44:33 +0000
committerMichael Kuperstein <mkuper@google.com>2016-07-29 21:44:33 +0000
commite9ac9b9aaf51c49e54f9f3664cb6b5e28cae0c39 (patch)
tree43d3329d17a3f9fdd80413d34bd4b32c224a8335
parent2931002c8effd388ed3b45a981dc88fc8687e32a (diff)
downloadbcm5719-llvm-e9ac9b9aaf51c49e54f9f3664cb6b5e28cae0c39.tar.gz
bcm5719-llvm-e9ac9b9aaf51c49e54f9f3664cb6b5e28cae0c39.zip
[Hexagon] Fix test that uses -debug-only to require asserts.
llvm-svn: 277218
-rw-r--r--llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll b/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll
index 451feef8a36..25cb14e8514 100644
--- a/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll
+++ b/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=hexagon -O3 -debug-only=isel 2>&1 < %s | FileCheck %s
+; REQUIRES: asserts
; DAGCombiner converts the two vector stores to a double vector store,
; even if the double vector store is unaligned. This is not good. If it
OpenPOWER on IntegriCloud