forked from OSchip/llvm-project
Remove CreateUnwind from the IRBuillder.
llvm-svn: 136811
This commit is contained in:
parent
c99dd97fc5
commit
edcfd1e876
|
@ -475,10 +475,6 @@ public:
|
|||
Name);
|
||||
}
|
||||
|
||||
UnwindInst *CreateUnwind() {
|
||||
return Insert(new UnwindInst(Context));
|
||||
}
|
||||
|
||||
ResumeInst *CreateResume(Value *Exn) {
|
||||
return Insert(ResumeInst::Create(Exn));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue