mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #41120 from eeckstein/capture-propagate-keypaths
CapturePropagation: specialize closures which capture a constant keypath
This commit is contained in:
@@ -78,6 +78,7 @@ class StringLiteralExpr;
|
||||
class ValueDecl;
|
||||
class VarDecl;
|
||||
class FunctionRefBaseInst;
|
||||
class SILPrintContext;
|
||||
|
||||
template <typename ImplClass> class SILClonerWithScopes;
|
||||
|
||||
@@ -3489,7 +3490,9 @@ public:
|
||||
|
||||
void incrementRefCounts() const;
|
||||
void decrementRefCounts() const;
|
||||
|
||||
|
||||
void print(SILPrintContext &ctxt) const;
|
||||
|
||||
void Profile(llvm::FoldingSetNodeID &ID);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user