mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
refactoring: Split MemoryLifetime.cpp/h into three separate files
And rename MemoryDataflow -> BitDataflow. MemoryLifetime contained MemoryLocations, MemoryDataflow and the MemoryLifetimeVerifier. Three independent things, for which it makes sense to have them in three separated files. NFC.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "swift/SIL/SILBuilder.h"
|
||||
#include "swift/SIL/SILFunction.h"
|
||||
#include "swift/SIL/ApplySite.h"
|
||||
#include "swift/SIL/MemoryLifetime.h"
|
||||
#include "swift/SIL/MemoryLocations.h"
|
||||
#include "swift/SILOptimizer/PassManager/Transforms.h"
|
||||
#include "swift/SIL/MemAccessUtils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user