mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
silence a warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4e80c5735
commit
67b7ff9ede
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user