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:
parent
6a2950953a
commit
ab5c8b2641
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user