Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-02-15-UMax.ll
index 0f977f804eb8840bc6c26ede1b0bb634225161eb..52c7985045d095671b4a53fc456366b5039f61e4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep umax
+; RUN: opt < %s -analyze -scalar-evolution | grep umax
 ; PR2003
 
 define i32 @foo(i32 %n) {