Skip to content

Commit b414289

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 3b0ee99 + a2b1e34 commit b414289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/SILVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ class SILVerifier : public SILVerifierBase<SILVerifier> {
16571657
"[dynamic_replacement_for:...] function");
16581658
} else if (isa<DynamicFunctionRefInst>(FRI))
16591659
require(RefF->isDynamicallyReplaceable(),
1660-
"dynamic_function_ref cannot reference a "
1660+
"dynamic_function_ref must reference a "
16611661
"[dynamically_replaceable] function");
16621662

16631663
// In canonical SIL, direct reference to a shared_external declaration

0 commit comments

Comments
 (0)