Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2003-04-10-DFNotFound.ll
; RUN: opt < %s -mem2reg

define void @_Z3barv() {
	%result = alloca i32		; <i32*> [#uses=1]
	ret void
		; No predecessors!
	store i32 0, i32* %result
	ret void
}