[MachineOutliner][NFC] Candidates don't need to be shared_ptrs anymore
More refactoring. After the changes to the pruning logic, and removing CandidateList, there's no reason for Candiates to be shared_ptrs (or pointers at all). std::shared_ptr<Candidate> -> Candidate. llvm-svn: 348427
Loading
Please sign in to comment