Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2005-12-21-ZeroInitVector.ll
; RUN: llvm-as < %s > /dev/null
; RUN: verify-uselistorder %s

define <4 x i32> @foo() {
        ret <4 x i32> zeroinitializer
}