commit | e93b1eeec0a91aa6c3b84c7f47a1eb8fcc4def70 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Jun 17 20:56:26 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Jun 17 20:56:26 2009 +0000 |
tree | fef1e9906f7e42b36b00c62410dc4fc18595eddd | |
parent | a19b67fbac4046bd9e57119dcb39d6c6a6897cb8 [diff] [blame] |
Add -disable-output to a bunch of tests that don't care about the output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73633 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll b/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll index 76ca4a0..27a546f 100644 --- a/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll +++ b/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -scalar-evolution \ +; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output \ ; RUN: -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 100} ; PR1101