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/2009-05-09-PointerEdgeCount.ll b/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll index bea46a7..5e5128b 100644 --- a/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll +++ b/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {count is 2} +; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output | grep {count is 2} ; PR3171 %struct.Foo = type { i32 }