Example #1
0
 public void AddIPSCCPPass()
 {
     LLVM.AddIPSCCPPass(this.instance);
 }
 public void AddIPSCCPPass() => LLVM.AddIPSCCPPass(this);