Fix broken test from r225159.
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Mon, 5 Jan 2015 12:34:01 +0000 (12:34 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Mon, 5 Jan 2015 12:34:01 +0000 (12:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225164 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopVectorize/loop-vect-memdep.ll

index 53753aca550138e45869e1934962d8215e3e3c58..e2c7524238d179102ce8f9e139a90b4b0d893b59 100644 (file)
@@ -1,7 +1,7 @@
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 
 ; RUN: opt < %s -S -loop-vectorize -debug-only=loop-vectorize 2>&1 | FileCheck %s
-
+; REQUIRES: asserts
 ; CHECK: LV: Can't vectorize due to memory conflicts
 
 define void @test_loop_novect(double** %arr, i64 %n) {