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-03-27-v2f64-param.ll
; RUN: llc < %s -march=xcore
; PR3898

define i32 @vector_param(<2 x double> %x) nounwind {
       ret i32 1
}