blob: 1c2c0c75e36f4887ea604dfe7ad51623559f73b2 [file] [log] [blame]
Richard Osborne0ab2b0d2012-07-20 10:36:17 +00001; 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}