[MachineOutliner][NFC] Move yet another std::vector out of a loop
authorJessica Paquette <jpaquette@apple.com>
Thu, 6 Dec 2018 00:26:21 +0000 (00:26 +0000)
committerJessica Paquette <jpaquette@apple.com>
Thu, 6 Dec 2018 00:26:21 +0000 (00:26 +0000)
commit3cd70b385df8d2f9b4de6165f17b4a07649d2f07
tree16afe84c6a0b6fe2c36f15bc5a0f6d48cb29943e
parentcb447a260446de91592227643e4775bd2fe54f2e
[MachineOutliner][NFC] Move yet another std::vector out of a loop

Once again, following the wisdom of the LLVM Programmer's Manual.

I think that's enough refactoring for today. :)

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