From: Michael Kuperstein Date: Fri, 29 Jul 2016 21:44:33 +0000 (+0000) Subject: [Hexagon] Fix test that uses -debug-only to require asserts. X-Git-Tag: android-x86-7.1-r4~29433 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9d2d4392e4ae78b2d5595371e3d27664e6971822;p=android-x86%2Fexternal-llvm.git [Hexagon] Fix test that uses -debug-only to require asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll b/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll index 451feef8a36..25cb14e8514 100644 --- a/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll +++ b/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