mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
move CalleeCache from SILOptimizer to SIL
Extract the CalleeCache from BasicCalleeAnalysis so that it can be used in SIL without BasicCalleeAnalysis
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
#define DEBUG_TYPE "prune-vtables"
|
||||
|
||||
#include "swift/SIL/CalleeCache.h"
|
||||
#include "swift/SILOptimizer/PassManager/Transforms.h"
|
||||
#include "swift/SILOptimizer/Utils/InstOptUtils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user