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 cd8c99f commit d55c28bCopy full SHA for d55c28b
lib/SILOptimizer/SemanticARC/Transforms.h
@@ -33,7 +33,7 @@ struct Context;
33
///
34
/// \returns true if we converted atleast one phi from owned -> guaranteed and
35
/// eliminated ARC traffic as a result.
36
-bool tryConvertOwnedPhisToGuaranteedPhis(Context &ctx) LLVM_LIBRARY_VISIBILITY;
+LLVM_LIBRARY_VISIBILITY bool tryConvertOwnedPhisToGuaranteedPhis(Context &ctx);
37
38
} // namespace semanticarc
39
} // namespace swift
0 commit comments