Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2012-07-19-NoSuccessorIndirectBr.ll
; RUN: opt < %s -jump-threading
; PR 13405
; Just check that it doesn't crash / assert

define i32 @f() nounwind {
entry:
  indirectbr i8* undef, []
}