Skip to content

Commit 17c899a

Browse files
committed
NFC: Trigger a rebuild
1 parent 296e38f commit 17c899a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4784,7 +4784,7 @@ Signature irgen::emitCastOfFunctionPointer(IRGenFunction &IGF,
47844784
CanSILFunctionType fnType,
47854785
bool forAsyncReturn) {
47864786
// Figure out the function type.
4787-
// FIXME: cache async signature.
4787+
// FIXME: Cache async signature.
47884788
auto sig = forAsyncReturn ? Signature::forAsyncReturn(IGF.IGM, fnType)
47894789
: IGF.IGM.getSignature(fnType);
47904790

0 commit comments

Comments
 (0)