X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2003-02-19-LoopInfoNestingBug.ll;h=b807c4440008c57df199540e52d28eb0a3935f00;hb=5d9450f92f559bec20ef2ce253ab7bdf5e75216b;hp=32390f49a20d311ce16712476d480514c5b04b46;hpb=2ad38be2cf53467d39c34456795360f122b37629;p=oota-llvm.git diff --git a/test/Other/2003-02-19-LoopInfoNestingBug.ll b/test/Other/2003-02-19-LoopInfoNestingBug.ll index 32390f49a20..b807c444000 100644 --- a/test/Other/2003-02-19-LoopInfoNestingBug.ll +++ b/test/Other/2003-02-19-LoopInfoNestingBug.ll @@ -2,8 +2,8 @@ ; figure out that loop "Inner" should be nested inside of leep "LoopHeader", ; and instead nests it just inside loop "Top" ; -; RUN: llvm-as < %s | opt -analyze -loops | \ -; RUN: grep { Loop Containing:\[ \]*%Inner} +; RUN: opt < %s -analyze -loops | \ +; RUN: grep " Loop at depth 3 containing: %Inner
" ; define void @test() { br label %Top