Change negative grep into positive one in my yesterday's testcase.

llvm-svn: 47008
This commit is contained in:
Wojciech Matyjewicz 2008-02-12 15:10:35 +00:00
parent 1d2c27b23e
commit 995624f44d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -scalar-evolution -analyze | not grep Unpredictable
; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop header: ( 0 smax %n) iterations!}
define void @foo(i32 %n) {
entry: