[llvm] 38366cf - FunctionLoweringInfo.h - remove orphan addSEHHandlersForLPads declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon May 25 04:58:51 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-25T12:58:35+01:00
New Revision: 38366cf1676f9ac8d421586658e8bcd5ac4ab62d

URL: https://github.com/llvm/llvm-project/commit/38366cf1676f9ac8d421586658e8bcd5ac4ab62d
DIFF: https://github.com/llvm/llvm-project/commit/38366cf1676f9ac8d421586658e8bcd5ac4ab62d.diff

LOG: FunctionLoweringInfo.h - remove orphan addSEHHandlersForLPads declaration. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/FunctionLoweringInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h b/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
index bc5e4be67428..37e1e0de6510 100644
--- a/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
+++ b/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
@@ -257,8 +257,6 @@ class FunctionLoweringInfo {
                                            const TargetRegisterClass *RC);
 
 private:
-  void addSEHHandlersForLPads(ArrayRef<const LandingPadInst *> LPads);
-
   /// LiveOutRegInfo - Information about live out vregs.
   IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
 };


        


More information about the llvm-commits mailing list