llvm/include
Chris Lattner b606dba13b 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50340 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-28 06:44:42 +00:00
..
llvm Remove the SmallVector ctor that converts from a SmallVectorImpl. This 2008-04-28 06:44:42 +00:00
llvm-c PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray 2008-04-25 03:21:19 +00:00