OSDN Git Service

[Hexagon] Fix test that uses -debug-only to require asserts.
authorMichael Kuperstein <mkuper@google.com>
Fri, 29 Jul 2016 21:44:33 +0000 (21:44 +0000)
committerMichael Kuperstein <mkuper@google.com>
Fri, 29 Jul 2016 21:44:33 +0000 (21:44 +0000)
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

index 451feef..25cb14e 100644 (file)
@@ -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