[MachineOutliner][NFC] Remove CandidateList, since it's now unused.
authorJessica Paquette <jpaquette@apple.com>
Wed, 5 Dec 2018 22:50:26 +0000 (22:50 +0000)
committerJessica Paquette <jpaquette@apple.com>
Wed, 5 Dec 2018 22:50:26 +0000 (22:50 +0000)
commit4ae3b71df002a3f71ae28cb5406535714f17673a
treed7d2bb0e02deafad74b6a97b5954ef55f2b77335
parentd9d9309bd48c5d6a670f0625b523cef7df3d5df5
[MachineOutliner][NFC] Remove CandidateList, since it's now unused.

After removing the pruning logic, there's no reason to populate a list of
Candidates. Remove CandidateList and update comments.

llvm-svn: 348422
llvm/lib/CodeGen/MachineOutliner.cpp