Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2008-05-31-AddBool.ll
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
; PR2389

; CHECK: xor

define i1 @test(i1 %a, i1 %b) {
  %A = add i1 %a, %b
  ret i1 %A
}