diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-28 06:44:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-28 06:44:42 +0000 |
commit | 52504e78fbc28bc17e90821a23c2cc33fb0410d5 (patch) | |
tree | 289be0f2bbd78ea1f2d4f8e07349135d8430556c /llvm/lib/Support/CommandLine.cpp | |
parent | d03f4516cfb4e038b9410096dffeda7d12364f77 (diff) | |
download | bcm5719-llvm-52504e78fbc28bc17e90821a23c2cc33fb0410d5.tar.gz bcm5719-llvm-52504e78fbc28bc17e90821a23c2cc33fb0410d5.zip |
Remove the SmallVector ctor that converts from a SmallVectorImpl. This
conversion open the door for many nasty implicit conversion issues, and
can be easily solved by initializing with (V.begin(), V.end()) when
needed.
This patch includes many small cleanups for sdisel also.
llvm-svn: 50340
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions