[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / test / Transforms / JumpThreading / 2012-07-19-NoSuccessorIndirectBr.ll
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 }