Use FindProgramByName instead of FindExecutable.
[oota-llvm.git] / test / Other / 2003-02-19-LoopInfoNestingBug.ll
index d06a5f52256c8a50e40823257a4eb53183539156..e4fe0818fb8cbd9a136126802d9fc18014628e60 100644 (file)
@@ -2,7 +2,7 @@
 ; figure out that loop "Inner" should be nested inside of leep "LoopHeader", 
 ; and instead nests it just inside loop "Top"
 ;
-; RUN: analyze -loops %s | grep '     Loop Containing:[ ]*%Inner'
+; RUN: llvm-as < %s | opt -analyze -loops | grep '     Loop Containing:[ ]*%Inner'
 ;
 
 implementation