summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-08 22:41:33 +0000
committerDan Gohman <gohman@apple.com>2009-09-08 22:41:33 +0000
commit7c1a96c7a7740eaba015b7ed9c4308ef7a3c128b (patch)
treee793db8f809239a771b12d75c204f40c5644ed20 /test/Transforms/SimplifyCFG
parent8047d763a5dcafc243f9e7638727a51933b0b686 (diff)
downloadllvm-7c1a96c7a7740eaba015b7ed9c4308ef7a3c128b.tar.gz
llvm-7c1a96c7a7740eaba015b7ed9c4308ef7a3c128b.tar.bz2
llvm-7c1a96c7a7740eaba015b7ed9c4308ef7a3c128b.tar.xz
Convert a few more opt | llvm-dis to opt -S.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/branch-cond-merge.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/branch-cond-merge.ll b/test/Transforms/SimplifyCFG/branch-cond-merge.ll
index f1da1ba162..98fa8a5cd3 100644
--- a/test/Transforms/SimplifyCFG/branch-cond-merge.ll
+++ b/test/Transforms/SimplifyCFG/branch-cond-merge.ll
@@ -1,5 +1,5 @@
; RUN: opt %s -simplifycfg -instcombine \
-; RUN: -simplifycfg | llvm-dis | not grep call
+; RUN: -simplifycfg -S | not grep call
declare void @bar()