2012-07-19-NoSuccessorIndirectBr.ll 151 B

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