From db080e814fcc2b67e2790351539053c8b9d13639 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 13 Jan 2012 07:03:55 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM/test-sharedidx.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/ARM/test-sharedidx.ll b/test/CodeGen/ARM/test-sharedidx.ll index 07c22a1e906..93340c300cd 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) {