Do not split loops rejected by processOneIterationLoop().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2007-08-20 20:24:15 +00:00
parent 94c510c631
commit d651f657f2
3 changed files with 13 additions and 9 deletions
@@ -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 }
@@ -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 }