silence a warning.

llvm-svn: 29734
This commit is contained in:
Chris Lattner 2006-08-16 22:09:24 +00:00
parent 60a06735c6
commit 402986c13f

View File

@ -213,6 +213,7 @@ SmallVectorImpl<T>::operator=(const SmallVectorImpl<T> &RHS) {
// Set end.
End = Begin+RHSSize;
return *this;
}
/// SmallVector - This is a 'vector' (really, a variable-sized array), optimized