From 9d2d4392e4ae78b2d5595371e3d27664e6971822 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Fri, 29 Jul 2016 21:44:33 +0000 Subject: [PATCH] [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 --- test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0