Skip to content

Commit d55c28b

Browse files
committed
NFC: Fix use of LLVM_LIBRARY_VISIBILITY in Transforms.h.
1 parent cd8c99f commit d55c28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/SemanticARC/Transforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct Context;
3333
///
3434
/// \returns true if we converted atleast one phi from owned -> guaranteed and
3535
/// eliminated ARC traffic as a result.
36-
bool tryConvertOwnedPhisToGuaranteedPhis(Context &ctx) LLVM_LIBRARY_VISIBILITY;
36+
LLVM_LIBRARY_VISIBILITY bool tryConvertOwnedPhisToGuaranteedPhis(Context &ctx);
3737

3838
} // namespace semanticarc
3939
} // namespace swift

0 commit comments

Comments
 (0)