projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df7fde
)
[PM] Fix Typo
author
Justin Lebar
<jlebar@google.com>
Mon, 23 Oct 2017 23:42:05 +0000
(23:42 +0000)
committer
Justin Lebar
<jlebar@google.com>
Mon, 23 Oct 2017 23:42:05 +0000
(23:42 +0000)
Patch by Nick Sarnie.
llvm-svn: 316397
llvm/include/llvm/IR/PassManager.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/IR/PassManager.h
b/llvm/include/llvm/IR/PassManager.h
index 577100c7af732f70272917a4e3f4420a7732afb2..4f838a719512f9f6d6b984b6c99207a8a56baabe 100644
(file)
--- a/
llvm/include/llvm/IR/PassManager.h
+++ b/
llvm/include/llvm/IR/PassManager.h
@@
-470,7
+470,7
@@
public:
//IR.getContext().yield();
}
- // Invali
ad
tion was handled after each pass in the above loop for the
+ // Invali
da
tion 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.