llvm-for-llvmta/test/Transforms/JumpThreading/2012-07-19-NoSuccessorIndirectBr.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

9 lines
151 B
LLVM

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