projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53eaf1e
)
Must run cfgsimplify to eliminate dead blocks
author
Chris Lattner
<sabre@nondot.org>
Wed, 22 May 2002 15:49:14 +0000
(15:49 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 22 May 2002 15:49:14 +0000
(15:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2706
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SCCP/sccptest.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SCCP/sccptest.ll
b/test/Transforms/SCCP/sccptest.ll
index 7f39b6cc6cd1e5657a70ba06d6e32fe1eee39571..20361f7d71d0ad0a904c635318561e68c3cf3e8a 100644
(file)
--- a/
test/Transforms/SCCP/sccptest.ll
+++ b/
test/Transforms/SCCP/sccptest.ll
@@
-1,7
+1,7
@@
; This is the test case taken from appel's book that illustrates a hard case
; that SCCP gets right. BB3 should be completely eliminated.
;
-; RUN: if as < %s | opt -sccp -constprop -dce | dis | grep BB3
+; RUN: if as < %s | opt -sccp -constprop -dce
-cfgsimplify
| dis | grep BB3
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi