diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-13 07:03:55 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-13 07:03:55 +0000 |
| commit | 1b845f712a407153f8399fbe62b302ba59fab67b (patch) | |
| tree | f90316ebc9441a9f55ebaa1ec48bc8735ad4c34e /llvm/test/CodeGen | |
| parent | 9f14d9f9392d46f81722c8342b149e0051ff91cc (diff) | |
| download | bcm5719-llvm-1b845f712a407153f8399fbe62b302ba59fab67b.tar.gz bcm5719-llvm-1b845f712a407153f8399fbe62b302ba59fab67b.zip | |
test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
llvm-svn: 148107
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/test-sharedidx.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/test-sharedidx.ll b/llvm/test/CodeGen/ARM/test-sharedidx.ll index 07c22a1e906..93340c300cd 100644 --- a/llvm/test/CodeGen/ARM/test-sharedidx.ll +++ b/llvm/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) { |

