llvm-project/llvm/test/Transforms/JumpThreading/2012-07-19-NoSuccessorIndir...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
151 B
LLVM
Raw Normal View History

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