X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2003-02-19-LoopInfoNestingBug.ll;h=b807c4440008c57df199540e52d28eb0a3935f00;hb=85026d937558b1ab5f8e84ee756ed925459085e2;hp=13f835163758f74792d87018571c016a48ee8497;hpb=5639cb6b9e6fa5385c9dc6f877a062a136da5349;p=oota-llvm.git diff --git a/test/Other/2003-02-19-LoopInfoNestingBug.ll b/test/Other/2003-02-19-LoopInfoNestingBug.ll index 13f83516375..b807c444000 100644 --- a/test/Other/2003-02-19-LoopInfoNestingBug.ll +++ b/test/Other/2003-02-19-LoopInfoNestingBug.ll @@ -3,7 +3,7 @@ ; and instead nests it just inside loop "Top" ; ; RUN: opt < %s -analyze -loops | \ -; RUN: grep { Loop at depth 3 containing: %Inner
} +; RUN: grep " Loop at depth 3 containing: %Inner
" ; define void @test() { br label %Top