| commit | 8b4e4af5ed77adcca62380a85b7688045367c661 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sun Sep 11 21:29:34 2016 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sun Sep 11 21:29:34 2016 +0000 |
| tree | a28159e845ba41b06571cf6f7bc4922b828a1f0d | |
| parent | 077f5b41e4b0ee1764a55111f794e30e8e8eaafb [diff] |
ScalarOpts: Use std::list for Candidates, NFC There is nothing intrusive about the Candidate list; use std::list over llvm::ilist for simplicity. llvm-svn: 281177