Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e94ee833f9444b629bdbbd9fd08b51a04560c1a0
/
.
/
llvm
/
test
/
Transforms
/
JumpThreading
/
2012-07-19-NoSuccessorIndirectBr.ll
blob: 1c2c0c75e36f4887ea604dfe7ad51623559f73b2 [
file
] [
log
] [
blame
]
Richard Osborne
0ab2b0d
2012-07-20 10:36:17 +0000
[
diff
] [
blame
]
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
}