No need to check condition after grow()
authorRui Ueyama <ruiu@google.com>
Tue, 22 Apr 2014 19:47:26 +0000 (19:47 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 22 Apr 2014 19:47:26 +0000 (19:47 +0000)
commit7ff1eb23a2f2da122ede0b61374df12c8058fb82
tree02235775b84b489e7ab54838646551ec24acb36b
parent8c8fae7268121d10ae4203062fc3ffe79759dbd3
No need to check condition after grow()

r206916 was not logically the same as the previous code because the
goto statements did not create loop. This should be the same as the
previous code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206918 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h