repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
Transforms
/
SimplifyCFG
/
2010-10-24-OnlyUnwindInEntry.ll
blob
ebacf2fe9a9e83f55e7197fbf8d72a0974b849bc
1
; RUN: opt %s -simplifycfg -disable-output
2
; PR8445
3
4
define void @test() {
5
unwind
6
}