summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-10 21:02:18 +0000
committerDan Gohman <gohman@apple.com>2009-11-10 21:02:18 +0000
commit14bbbf3168f232152f18e57e99abddcabe433cd9 (patch)
tree5b9014938eec880f0307d759cf33337aa1978ffa /test/Transforms/SimplifyCFG
parentf06dca2918f9cf3c4540eba833e02e7ab08d91a1 (diff)
downloadllvm-14bbbf3168f232152f18e57e99abddcabe433cd9.tar.gz
llvm-14bbbf3168f232152f18e57e99abddcabe433cd9.tar.bz2
llvm-14bbbf3168f232152f18e57e99abddcabe433cd9.tar.xz
Optimize test more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
index c05ae535a5..c6ae6accd7 100644
--- a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
+++ b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -simplifycfg -S
+; RUN: opt < %s -simplifycfg -disable-output
; PR3016
; Dead use caused invariant violation.