llvm-project/llvm/include
Chandler Carruth b47f8010a9 [PM] Make the AnalysisManager parameter to run methods a reference.
This was originally a pointer to support pass managers which didn't use
AnalysisManagers. However, that doesn't realistically come up much and
the complexity of supporting it doesn't really make sense.

In fact, *many* parts of the pass manager were just assuming the pointer
was never null already. This at least makes it much more explicit and
clear.

llvm-svn: 263219
2016-03-11 11:05:24 +00:00
..
llvm [PM] Make the AnalysisManager parameter to run methods a reference. 2016-03-11 11:05:24 +00:00
llvm-c Use lto_bool_t instead of a raw `bool` (fixup for r262977). 2016-03-09 04:05:28 +00:00