Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2009-02-15-BitcastAlias.ll
; RUN: opt < %s -globalopt

@g = global i32 0

@a = alias i8, bitcast (i32* @g to i8*)

define void @f() {
	%tmp = load i8, i8* @a
	ret void
}