mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12590 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -178,7 +178,7 @@ public:
|
||||
Pass *ResultPass = 0;
|
||||
for (unsigned i = 0; ; ++i) {
|
||||
assert(i != AnalysisImpls.size() &&
|
||||
"getAnalysis*() called on an analysis that we not "
|
||||
"getAnalysis*() called on an analysis that was not "
|
||||
"'required' by pass!");
|
||||
if (AnalysisImpls[i].first == PI) {
|
||||
ResultPass = AnalysisImpls[i].second;
|
||||
|
Reference in New Issue
Block a user