diff options
-rw-r--r-- | llvm/include/llvm/Support/IRBuilder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/IRBuilder.h b/llvm/include/llvm/Support/IRBuilder.h index ea90f7a5526..3ae81c4a8d0 100644 --- a/llvm/include/llvm/Support/IRBuilder.h +++ b/llvm/include/llvm/Support/IRBuilder.h @@ -475,10 +475,6 @@ public: Name); } - UnwindInst *CreateUnwind() { - return Insert(new UnwindInst(Context)); - } - ResumeInst *CreateResume(Value *Exn) { return Insert(ResumeInst::Create(Exn)); } |