summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-17 20:56:26 +0000
committerDan Gohman <gohman@apple.com>2009-06-17 20:56:26 +0000
commit559254b69774d751742038309e15aa8b14a8797d (patch)
treefef1e9906f7e42b36b00c62410dc4fc18595eddd /test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
parent42c3f554f4d5e505c3e43cdcf722ec82a7a3f6a5 (diff)
downloadllvm-559254b69774d751742038309e15aa8b14a8797d.tar.gz
llvm-559254b69774d751742038309e15aa8b14a8797d.tar.bz2
llvm-559254b69774d751742038309e15aa8b14a8797d.tar.xz
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/2008-02-12-SMAXTripCount.ll')
-rw-r--r--test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll b/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
index cd3a80f791..b943bc7d4c 100644
--- a/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
+++ b/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop loop: backedge-taken count is (100 + (-100 smax %n))}
+; RUN: llvm-as < %s | opt -scalar-evolution -analyze -disable-output | grep {Loop loop: backedge-taken count is (100 + (-100 smax %n))}
; PR2002
define void @foo(i8 %n) {