Add todo for filter landing pad
This commit is contained in:
parent
97926360e7
commit
91afde57a2
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn filter_landing_pad(&mut self, pers_fn: RValue<'gcc>) -> (RValue<'gcc>, RValue<'gcc>) {
|
fn filter_landing_pad(&mut self, pers_fn: RValue<'gcc>) -> (RValue<'gcc>, RValue<'gcc>) {
|
||||||
|
// TODO(antoyo): generate the correct landing pad
|
||||||
self.cleanup_landing_pad(pers_fn)
|
self.cleanup_landing_pad(pers_fn)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue