1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 c60e9d2649
commit 666ae11aa6

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.