mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
Correct the return type of CreateCleanupEndPad
llvm-svn: 247331
This commit is contained in:
parent
437e2a8b78
commit
c427a22244
@ -681,8 +681,8 @@ public:
|
||||
return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
|
||||
}
|
||||
|
||||
CatchEndPadInst *CreateCleanupEndPad(CleanupPadInst *CleanupPad,
|
||||
BasicBlock *UnwindBB = nullptr) {
|
||||
CleanupEndPadInst *CreateCleanupEndPad(CleanupPadInst *CleanupPad,
|
||||
BasicBlock *UnwindBB = nullptr) {
|
||||
return Insert(CleanupEndPadInst::Create(CleanupPad, UnwindBB));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user