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-07-12-UnneededSelect1.ll b/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll index a0fcad7..6ba0f25 100644 --- a/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll +++ b/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& not grep smax +; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output |& not grep smax ; PR2261 @lut = common global [256 x i8] zeroinitializer, align 32 ; <[256 x i8]*> [#uses=1]