FunctionLoweringInfo.h - remove orphan addSEHHandlersForLPads declaration. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 25 May 2020 11:52:14 +0000 (12:52 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 25 May 2020 11:58:35 +0000 (12:58 +0100)
llvm/include/llvm/CodeGen/FunctionLoweringInfo.h

index bc5e4be..37e1e0d 100644 (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;
 };