ScalarOpts: Use std::list for Candidates, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 11 Sep 2016 21:29:34 +0000 (21:29 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 11 Sep 2016 21:29:34 +0000 (21:29 +0000)
commit8b4e4af5ed77adcca62380a85b7688045367c661
treea28159e845ba41b06571cf6f7bc4922b828a1f0d
parent077f5b41e4b0ee1764a55111f794e30e8e8eaafb
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
llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp