| commit | 80386c10d48ace61ce0e83ab2d24c100ebb6e984 | [log] [tgz] | 
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Tue Jan 26 19:25:59 2010 +0000 | 
| committer | Dan Gohman <gohman@apple.com> | Tue Jan 26 19:25:59 2010 +0000 | 
| tree | 28f7184234c256bea72fc9be9ecf2d714245defe | |
| parent | 9bd6db5834bc68cf7be96d368d6bae592f7134e6 [diff] [blame] | 
-disable-output is no longer needed with -analyze. llvm-svn: 94574
diff --git a/llvm/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll b/llvm/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll index 59e9fda4..1847665 100644 --- a/llvm/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll +++ b/llvm/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
@@ -1,4 +1,4 @@ -; RUN: opt < %s -analyze -scalar-evolution -disable-output |& not grep smax +; RUN: opt < %s -analyze -scalar-evolution |& not grep smax ; PR2070 define i32 @a(i32 %x) nounwind {