Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

inline-asm-filetype-null.ll
; RUN: llc -filetype=null < %s

target triple = "hexagon"

define void @foo() {
  tail call void asm sideeffect "//", ""()
  ret void
}