Ejemplo n.º 1
0
 public void AddDestination(LLVMBasicBlockRef @Dest)
 {
     LLVM.AddDestination(this, @Dest);
 }