mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 04:45:00 +00:00
Remove CreateUnwind from the IRBuillder.
llvm-svn: 136811
This commit is contained in:
parent
6fbd7b63c2
commit
9db96fc81f
@ -475,10 +475,6 @@ public:
|
||||
Name);
|
||||
}
|
||||
|
||||
UnwindInst *CreateUnwind() {
|
||||
return Insert(new UnwindInst(Context));
|
||||
}
|
||||
|
||||
ResumeInst *CreateResume(Value *Exn) {
|
||||
return Insert(ResumeInst::Create(Exn));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user