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 4e33d50 commit 356b843Copy full SHA for 356b843
include/swift/SILOptimizer/Analysis/CallerAnalysis.h
@@ -78,7 +78,7 @@ class CallerAnalysis : public SILAnalysis {
78
79
/// Return true if the function has a caller inside current module.
80
bool existCaller(SILFunction *F) {
81
- // Recompute every function in the invaldiated function list and empty the
+ // Recompute every function in the invalidated function list and empty the
82
// list.
83
for (auto &F : RecomputeFunctionList) {
84
processFunctionCallSites(F);
0 commit comments