search for: lpadinst

Displaying 1 result from an estimated 1 matches for "lpadinst".

Did you mean: loadinst
2015 Aug 31
2
Should personality functions actually be functions
...; wrote: >> Hi Philip >> >> While reducing a test case with personality functions, I crashed selection DAG. The reason being that my personality function was no longer a function. The relevant code is >> >> MF->getMMI().addPersonality(MBB, cast<Function>(LPadInst->getParent() >> ->getParent() >> ->getPersonalityFn() >> ->stripPointerCasts())); >> >> We get...