Example #1
0
        public BranchInst CreateBr(BasicBlock Dest)
        {
            var handle = Handle.BuildBr(Dest.Handle);

            return(Context.GetOrCreate <BranchInst>(handle));
        }