repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
JumpThreading
/
2012-07-19-NoSuccessorIndirectBr.ll
blob
1c2c0c75e36f4887ea604dfe7ad51623559f73b2
1
; RUN: opt < %s -jump-threading
2
; PR 13405
3
; Just check that it doesn't crash / assert
4
5
define i32 @f() nounwind {
6
entry:
7
indirectbr i8* undef, []
8
}