Fix test.
[oota-llvm.git] / test / Other / 2003-02-19-LoopInfoNestingBug.ll
index d2945536ea7938693641f59dc99cf3b1d413abef..13f835163758f74792d87018571c016a48ee8497 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: llvm-as < %s | opt -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