diff options
| author | Devang Patel <dpatel@apple.com> | 2007-08-20 20:24:15 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2007-08-20 20:24:15 +0000 |
| commit | d651f657f249c5de7f4feff826f9079a138b2840 (patch) | |
| tree | e7b9f460ff170b042f5b16abfef2c3b58ce84fb5 /test/Transforms/LoopIndexSplit | |
| parent | 94c510c63176bf5d43c35886640df25adffd5448 (diff) | |
Do not split loops rejected by processOneIterationLoop().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopIndexSplit')
| -rw-r--r-- | test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll | 3 | ||||
| -rw-r--r-- | test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll b/test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll index 71fccce747..d77f55a60a 100644 --- a/test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll +++ b/test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-index-split -disable-output -stats |& \ -; RUN: grep "loop-index-split" | count 1 +; RUN: llvm-as < %s | opt -loop-index-split -disable-output %struct._edit_script = type { %struct._edit_script*, i32, i8 } diff --git a/test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll b/test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll index 76c30b3cf1..241b7dc188 100644 --- a/test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll +++ b/test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-index-split -disable-output -stats |& \ -; RUN: grep "loop-index-split" | count 1 +; RUN: llvm-as < %s | opt -loop-index-split -disable-output %struct._edit_script = type { %struct._edit_script*, i32, i8 } |
