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/2008-02-11-ReversedCondition.ll b/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll index 182a087..b9a53b3 100644 --- a/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll +++ b/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop header: backedge-taken count is (0 smax %n)} +; RUN: llvm-as < %s | opt -scalar-evolution -analyze -disable-output | grep {Loop header: backedge-taken count is (0 smax %n)} define void @foo(i32 %n) { entry: