Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-06-12-BinomialInt64.ll
index cbe5c97905ceee77cf53724bc66e7b5af745b611..d503329292c7dae6a016ba0c7e07ce76923cee5f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>/dev/null
+; RUN: opt < %s -analyze -scalar-evolution 2>/dev/null
 ; PR2433
 
 define i32 @main1(i32 %argc, i8** %argv) nounwind  {