Beispiel #1
0
 public void AddDestination(BasicBlock dest) => LLVM.AddDestination(this.Unwrap(), dest.Unwrap <LLVMBasicBlockRef>());