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