Remove CreateUnwind from the IRBuillder.

llvm-svn: 136811
This commit is contained in:
Bill Wendling 2011-08-03 20:53:38 +00:00
parent c99dd97fc5
commit edcfd1e876
1 changed files with 0 additions and 4 deletions

View File

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