From 80386c10d48ace61ce0e83ab2d24c100ebb6e984 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 26 Jan 2010 19:25:59 +0000 Subject: -disable-output is no longer needed with -analyze. llvm-svn: 94574 --- llvm/test/Analysis/ScalarEvolution/do-loop.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Analysis/ScalarEvolution/do-loop.ll') diff --git a/llvm/test/Analysis/ScalarEvolution/do-loop.ll b/llvm/test/Analysis/ScalarEvolution/do-loop.ll index f8d7da7c9a0..6e3295a920b 100644 --- a/llvm/test/Analysis/ScalarEvolution/do-loop.ll +++ b/llvm/test/Analysis/ScalarEvolution/do-loop.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -analyze -scalar-evolution -disable-output | grep smax +; RUN: opt < %s -analyze -scalar-evolution | grep smax ; PR1614 define i32 @f(i32 %x, i32 %y) { -- cgit v1.2.3