[PM] Fix Typo

Patch by Nick Sarnie.

llvm-svn: 316397
This commit is contained in:
Justin Lebar 2017-10-23 23:42:05 +00:00
parent 9df7fde269
commit 7fb124131c
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ public:
//IR.getContext().yield();
}
// Invaliadtion was handled after each pass in the above loop for the
// Invalidation was handled after each pass in the above loop for the
// current unit of IR. Therefore, the remaining analysis results in the
// AnalysisManager are preserved. We mark this with a set so that we don't
// need to inspect each one individually.