summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/test-sharedidx.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-01-13 07:03:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-01-13 07:03:55 +0000
commitdb080e814fcc2b67e2790351539053c8b9d13639 (patch)
tree71bff4d905a02e6a1c3830a30f3e224c7ddcc652 /test/CodeGen/ARM/test-sharedidx.ll
parentc30432ab573a3755ccd15dfeb03d64e6c0b90ccb (diff)
downloadllvm-db080e814fcc2b67e2790351539053c8b9d13639.tar.gz
llvm-db080e814fcc2b67e2790351539053c8b9d13639.tar.bz2
llvm-db080e814fcc2b67e2790351539053c8b9d13639.tar.xz
test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/test-sharedidx.ll')
-rw-r--r--test/CodeGen/ARM/test-sharedidx.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/test-sharedidx.ll b/test/CodeGen/ARM/test-sharedidx.ll
index 07c22a1e90..93340c300c 100644
--- a/test/CodeGen/ARM/test-sharedidx.ll
+++ b/test/CodeGen/ARM/test-sharedidx.ll
@@ -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) {