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:
f06dca2
)
Optimize test more.
author
Dan Gohman
<gohman@apple.com>
Tue, 10 Nov 2009 21:02:18 +0000
(21:02 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 10 Nov 2009 21:02:18 +0000
(21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86714
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
index c05ae535a536d39a188cdd9d0a792abfef26a4f4..c6ae6accd7cf1c81ad25c3c1f6ad63c87888ffca 100644
(file)
--- 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.