indvars test only relevant for -enable-iv-rewrite.

Otherwise this case is now covered by no-iv-rewrite.ll.

llvm-svn: 139552
This commit is contained in:
Andrew Trick 2011-09-12 22:59:00 +00:00
parent c0f3e383c9
commit a8315c3f2b
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
; The i induction variable looks like a wrap-around, but it really is just
; a simple affine IV. Make sure that indvars eliminates it.
; RUN: opt < %s -indvars -S | grep phi | count 1
; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
; CHECK: phi
; CHECK-NOT: phi
define void @foo() {
entry: