Move PrunedLiveness so it can be used as a lightweight OSSA helper.

For use in OwnershipUtils.
This commit is contained in:
Andrew Trick
2021-10-04 13:56:04 -07:00
parent af4c2f474e
commit add3406cfe
8 changed files with 21 additions and 16 deletions

View File

@@ -15,8 +15,9 @@
#include "swift/Basic/SmallPtrSetVector.h"
#include "swift/SIL/InstructionUtils.h"
#include "swift/SIL/LinearLifetimeChecker.h"
#include "swift/SIL/Projection.h"
#include "swift/SIL/MemAccessUtils.h"
#include "swift/SIL/Projection.h"
#include "swift/SIL/PrunedLiveness.h"
#include "swift/SIL/SILArgument.h"
#include "swift/SIL/SILInstruction.h"