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