Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; RUN: llc < %s define void @foo(double %a, double %b, float* %fp) { %c = fadd double %a, %b %d = fptrunc double %c to float store float %d, float* %fp ret void }