Filecheckize.

llvm-svn: 145363
This commit is contained in:
Andrew Trick 2011-11-29 02:05:23 +00:00
parent 7e09afb833
commit 5ec136c57e
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
; RUN: opt < %s -scalar-evolution -analyze | grep {Loop %loop: backedge-taken count is (100 + (-100 smax %n))}
; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s
; PR2002
; CHECK: Loop %loop: backedge-taken count is (100 + (-100 smax %n))
define void @foo(i8 %n) {
entry:
br label %loop