diff options
author | Justin Lebar <jlebar@google.com> | 2017-01-05 00:12:51 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2017-01-05 00:12:51 +0000 |
commit | 7d754c9054079eb71665e0f246b211e9fe0f281f (patch) | |
tree | 7144e8b26194ebb5fc87debb00531dcf0f110d33 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 011508d529fa7d576abe67339bc9b27e11df04b1 (diff) | |
download | bcm5719-llvm-7d754c9054079eb71665e0f246b211e9fe0f281f.tar.gz bcm5719-llvm-7d754c9054079eb71665e0f246b211e9fe0f281f.zip |
[PM] Edit comments in PassManager.h.
Summary:
This covers most of PassManager.h, up to the introduction of inner/outer
analysis proxies.
If there's a theme to these changes, it's simplifying the language. For
example:
* PreservedAnalyses is a "set of analyses", not an "abstract set".
"Abstract" doesn't have any particular meaning here.
* "Build types for the concept types" becomes "define the concept types".
* Instead of "data structures optimized for pointer-like types using
the alignment-provided low bits", say "data structures that use the
low bits of pointers."
* "Clear the map pointing into the results list" becomes
"Delete the map entries that point into the results list."
This patch also fixes a few places where we referred to "function" and
"module" pass/analysis managers, instead of the more abstract "IRUnitT"
PM/AMs we have now.
Subscribers: mehdi_amini
Differential Revision: https://reviews.llvm.org/D27367
llvm-svn: 291040
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions