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 | 432af7ace041b8e112fa183f63584414f72795ab (patch) | |
| tree | e46abbe68ee4575b1a92499bffbc94c4dfa18bed /llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll | |
| parent | 81b6463ed0b3e37366352cc65c04711aae04729b (diff) | |
| download | bcm5719-llvm-432af7ace041b8e112fa183f63584414f72795ab.tar.gz bcm5719-llvm-432af7ace041b8e112fa183f63584414f72795ab.zip | |
Add -disable-output to a bunch of tests that don't care about the output.
llvm-svn: 73633
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll')
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll b/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll index 34d97664ccb..95f932a9a58 100644 --- a/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll +++ b/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop bb: backedge-taken count is (-1 + (-1 \\* %x) + %y)} +; RUN: llvm-as < %s | opt -scalar-evolution -analyze -disable-output | grep {Loop bb: backedge-taken count is (-1 + (-1 \\* %x) + %y)} ; PR1597 define i32 @f(i32 %x, i32 %y) { |

