Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

stack-frame.ll
; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s

define void @f1() {
	%c = alloca i8, align 1
	ret void
}

define i32 @f2() {
	ret i32 1
}

; CHECK: add
; CHECK-NOT: add