xref: /aosp_15_r20/external/llvm/test/Transforms/JumpThreading/2012-07-19-NoSuccessorIndirectBr.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: opt < %s -jump-threading
2; PR 13405
3; Just check that it doesn't crash / assert
4
5define i32 @f() nounwind {
6entry:
7  indirectbr i8* undef, []
8}
9