Merging r258386:
[oota-llvm.git] / test / Other / 2003-02-19-LoopInfoNestingBug.ll
index 2672c9f07b33319f4387b1990dc614fe34a90e1c..b807c4440008c57df199540e52d28eb0a3935f00 100644 (file)
@@ -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: opt %s -analyze -loops | \
-; RUN:   grep {     Loop at depth 3 containing: %Inner<header><latch><exit>}
+; RUN: opt %s -analyze -loops | \
+; RUN:   grep "     Loop at depth 3 containing: %Inner<header><latch><exiting>"
 ;
 define void @test() {
         br label %Top