Remove CreateUnwind from the IRBuillder.

llvm-svn: 136811
This commit is contained in:
Bill Wendling 2011-08-03 20:53:38 +00:00
parent 6fbd7b63c2
commit 9db96fc81f

View File

@ -475,10 +475,6 @@ public:
Name);
}
UnwindInst *CreateUnwind() {
return Insert(new UnwindInst(Context));
}
ResumeInst *CreateResume(Value *Exn) {
return Insert(ResumeInst::Create(Exn));
}