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-05-27-VectorOperandZero.ll
; RUN: opt < %s -passes=sccp -disable-output
; PR4277

define i32 @main() nounwind {
entry:
	%0 = tail call signext i8 (...) @sin() nounwind
	ret i32 0
}

declare signext i8 @sin(...)