test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
[oota-llvm.git] / test / CodeGen / ARM / test-sharedidx.ll
index 07c22a1e906e4c58cac60b0fb4684c8d664762cd..93340c300cd41ccd0b68fb0290f1402bc7c560f6 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=cortex-a9 -stress-ivchain | FileCheck %s
+; REQUIRES: asserts
 
 ; @sharedidx is an unrolled variant of this loop:
 ;  for (unsigned long i = 0; i < len; i += s) {