Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2008-09-09-UsedByGlobal.ll
; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s

@a = global void ()* @f		; <void ()**> [#uses=0]

; CHECK: calls function 'f'

define internal void @f() {
	unreachable
}