forked from OSchip/llvm-project
Do not make an unnecessary copy of DenseMap.
llvm-svn: 198035
This commit is contained in:
parent
61b851ab06
commit
0cbd7e0d03
|
@ -49,7 +49,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
const llvm::DenseSet<const Atom *> _liveAtoms;
|
||||
const llvm::DenseSet<const Atom *> &_liveAtoms;
|
||||
};
|
||||
|
||||
/// This is used as a filter function to std::remove_if to coalesced atoms.
|
||||
|
|
Loading…
Reference in New Issue