diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-17 20:56:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-17 20:56:26 +0000 |
commit | 559254b69774d751742038309e15aa8b14a8797d (patch) | |
tree | fef1e9906f7e42b36b00c62410dc4fc18595eddd /test/Analysis/ScalarEvolution/do-loop.ll | |
parent | 42c3f554f4d5e505c3e43cdcf722ec82a7a3f6a5 (diff) |
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
Diffstat (limited to 'test/Analysis/ScalarEvolution/do-loop.ll')
-rw-r--r-- | test/Analysis/ScalarEvolution/do-loop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/do-loop.ll b/test/Analysis/ScalarEvolution/do-loop.ll index c6b3298638..85c38e4f1c 100644 --- a/test/Analysis/ScalarEvolution/do-loop.ll +++ b/test/Analysis/ScalarEvolution/do-loop.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep smax +; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output | grep smax ; PR1614 define i32 @f(i32 %x, i32 %y) { |