forked from OSchip/llvm-project
parent
34b0ff5ee4
commit
2c2a91e349
|
@ -854,7 +854,7 @@ class AAManager : public AnalysisInfoMixin<AAManager> {
|
|||
public:
|
||||
typedef AAResults Result;
|
||||
|
||||
// This type hase value semantics. We have to spell these out because MSVC
|
||||
// This type has value semantics. We have to spell these out because MSVC
|
||||
// won't synthesize them.
|
||||
AAManager() {}
|
||||
AAManager(AAManager &&Arg) : ResultGetters(std::move(Arg.ResultGetters)) {}
|
||||
|
|
Loading…
Reference in New Issue