[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
blob1c2c0c75e36f4887ea604dfe7ad51623559f73b2
1 ; RUN: opt < %s -jump-threading
2 ; PR 13405
3 ; Just check that it doesn't crash / assert
5 define i32 @f() nounwind {
6 entry:
7   indirectbr i8* undef, []