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 383c52a commit 802d11aCopy full SHA for 802d11a
lib/SILOptimizer/Transforms/StackPromotion.cpp
@@ -55,9 +55,6 @@ class StackPromotion : public SILFunctionTransform {
55
56
void StackPromotion::run() {
57
SILFunction *F = getFunction();
58
- // FIXME: We should be able to support ownership.
59
- if (F->hasOwnership())
60
- return;
61
62
LLVM_DEBUG(llvm::dbgs() << "** StackPromotion in " << F->getName() << " **\n");
63
0 commit comments