1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

FunctionLoweringInfo.h - remove orphan addSEHHandlersForLPads declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-25 12:52:14 +01:00
parent 6a2950953a
commit ab5c8b2641

View File

@ -257,8 +257,6 @@ public:
const TargetRegisterClass *RC);
private:
void addSEHHandlersForLPads(ArrayRef<const LandingPadInst *> LPads);
/// LiveOutRegInfo - Information about live out vregs.
IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
};