projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e8ab1
)
Typo.
author
Chad Rosier
<mcrosier@codeaurora.org>
Fri, 20 Mar 2015 15:45:14 +0000
(15:45 +0000)
committer
Chad Rosier
<mcrosier@codeaurora.org>
Fri, 20 Mar 2015 15:45:14 +0000
(15:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232819
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/LegacyPassManager.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/LegacyPassManager.cpp
b/lib/IR/LegacyPassManager.cpp
index fa8d50ec160ce7cdffd6e34121c5e638850e627d..9a365d1df1c3ae6bb182f5fc7666e3bb9f82fb90 100644
(file)
--- a/
lib/IR/LegacyPassManager.cpp
+++ b/
lib/IR/LegacyPassManager.cpp
@@
-652,7
+652,7
@@
void PMTopLevelManager::schedulePass(Pass *P) {
// are already checked are still available.
checkAnalysis = true;
} else
- // Do not schedule this analysis. Lower level anal
sy
is
+ // Do not schedule this analysis. Lower level anal
ys
is
// passes are run on the fly.
delete AnalysisPass;
}