summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-10 07:44:36 +0000
committerChris Lattner <sabre@nondot.org>2009-11-10 07:44:36 +0000
commit8fb02511d239594528ca791b92f2b92cabea78c3 (patch)
tree695b02cdd26f99869bbed8b1ef4d7cdd1930fc60 /test/Transforms/SimplifyCFG
parentc22d4d1500cfbcf89d6dfc14ce4c2d0084c06096 (diff)
downloadllvm-8fb02511d239594528ca791b92f2b92cabea78c3.tar.gz
llvm-8fb02511d239594528ca791b92f2b92cabea78c3.tar.bz2
llvm-8fb02511d239594528ca791b92f2b92cabea78c3.tar.xz
optimize test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86672 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 7b8a9187c4..c05ae535a5 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 | llvm-dis
+; RUN: opt < %s -simplifycfg -S
; PR3016
; Dead use caused invariant violation.