We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8198e commit f1139e4Copy full SHA for f1139e4
include/swift/SIL/PrunedLiveness.h
@@ -196,9 +196,7 @@ class PrunedLiveBlocks {
196
public:
197
PrunedLiveBlocks(SILFunction *function,
198
SmallVectorImpl<SILBasicBlock *> *discoveredBlocks = nullptr)
199
- : liveBlocks(function, 2), discoveredBlocks(discoveredBlocks) {
200
- assert(!discoveredBlocks || discoveredBlocks->empty());
201
- }
+ : liveBlocks(function, 2), discoveredBlocks(discoveredBlocks) {}
202
203
bool isInitialized() const { return initializedFlag; }
204
0 commit comments