Skip to content

Commit 82f98d9

Browse files
committed
Short-circuit the PruneVTables optimization pass
1 parent 26eea72 commit 82f98d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/SILOptimizer/Transforms/PruneVTables.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ class PruneVTables : public SILModuleTransform {
9898
}
9999

100100
void run() override {
101+
return;
102+
101103
SILModule *M = getModule();
102104

103105
for (auto &vtable : M->getVTables()) {

0 commit comments

Comments
 (0)